matrix-org / matrix-federation-tester

Tester for matrix federation written in golang.
77 stars 17 forks source link

Add json report field to show when the dns lookup was skipped #116

Closed hamburghammer closed 3 years ago

hamburghammer commented 3 years ago

This field should clarify when a '.well-known' information with a port declaration was found, that the dns lookup was skipped. The field can befound inside the 'DNSResult' object with the name 'Skipped' and is from type boolean.

To give some context: This change was made based on a Pull-Request inside the 'fed-tester-ui' project [1] to show a proper message to the user inside the UI explaining the missing SRV records information.

Relates to issue #104.

Refs:

richvdh commented 3 years ago

This is now deployed on https://federationtester.matrix.org.