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.
 
 
 
 
Go to file
Jae Lo Presti 1a5acf5a21
README: add deployment URI
6 months ago
.github fix CI? (#123) 7 months ago
hooks Travis config 4 years ago
pages Index: cleanup of unused code 6 months ago
.gitignore Use go modules instead of gb (#46) 4 years ago
.golangci.yml Replace gometalinter with golangci (#107) 3 years ago
.travis.yml Add support for TLSv1.3 (#100) 3 years ago
Dockerfile Dockerfile: copy pages to docker image 6 months ago
LICENSE META: add license 6 months ago
README.md README: add deployment URI 6 months ago
go.mod fix CI? (#123) 7 months ago
go.sum fix CI? (#123) 7 months ago
main.go main: serve new index file 6 months ago
run.sh META: fix run.sh script to use local build 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>