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.
|
6 months ago | |
---|---|---|
.github | 7 months ago | |
hooks | 4 years ago | |
pages | 6 months ago | |
.gitignore | 4 years ago | |
.golangci.yml | 3 years ago | |
.travis.yml | 3 years ago | |
Dockerfile | 6 months ago | |
LICENSE | 6 months ago | |
README.md | 6 months ago | |
go.mod | 7 months ago | |
go.sum | 7 months ago | |
main.go | 6 months ago | |
run.sh | 6 months ago |
README.md
J4 Server Tester
Checks that federation is correctly configured on a matrix server.
Deployed on t.j4.lc
Building
Requires Go 1.15.
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>