summary refs log tree commit diff
path: root/tests/test_dns.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix dumb typoMatthew Hodgson2018-05-291-4/+4
|
* Remove address resolution of hosts in SRV recordsSilke2018-04-041-27/+2
| | | | Signed-off-by: Silke Hofstra <silke@slxh.eu>
* Do an AAAA lookup on SRV record targets (#2462)Richard van der Hoff2017-09-221-4/+22
| | | | | Support SRV records which point at AAAA records, as well as A records. Fixes https://github.com/matrix-org/synapse/issues/2405
* TestsErik Johnston2016-04-061-2/+29
|
* Read from DNS cache if within TTLErik Johnston2016-03-311-1/+4
|
* Cache dns lookups, and use the cache if we fail to lookup servers laterErik Johnston2016-01-201-0/+115