You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() It looks like providing invalid server names, invalid names in the well-known `m.server` field or the server not responding to a federation request, will still return `FederationOK: true`. |
1 year ago | |
---|---|---|
.github | 2 years ago | |
hooks | 4 years ago | |
scripts | 3 years ago | |
.gitignore | 4 years ago | |
.golangci.yml | 3 years ago | |
.travis.yml | 3 years ago | |
Dockerfile | 2 years ago | |
README.md | 3 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
main.go | 1 year ago | |
run.sh | 3 years ago |
README.md
Matrix Federation Tester
Checks that federation is correctly configured on a matrix server.
Building
The tester is written in golang 1.12+.
git clone https://github.com/matrix-org/matrix-federation-tester
cd matrix-federation-tester
go build
Running
BIND_ADDRESS=:8080 ./matrix-federation-tester
Using
The federation tester may be accessed using the following templated URL. Please replace <server_name>
with your server name (eg: matrix.org
).
https://matrix.org/federationtester/api/report?server_name=<server_name>