From 63e91c8fe65ba2df499638798a6d7fdd9a235fc0 Mon Sep 17 00:00:00 2001 From: Simon Marsh Date: Sat, 16 May 2020 16:25:57 +0100 Subject: [PATCH] Update Kioubit and hexanet services --- dns.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dns.go b/dns.go index e2e28dc..9eca5f2 100644 --- a/dns.go +++ b/dns.go @@ -152,9 +152,10 @@ var dns_servers = []*DNSServer{ &DNSServer{"Kioubit", "Kioubit", "lith1", 6, "[fdcf:8538:9ad5:1111::4]:53", 0}, &DNSServer{"Kioubit", "Kioubit", "us3", 6, "[fdcf:8538:9ad5:1111::5]:53", 0}, &DNSServer{"Kioubit", "Kioubit", "lux1", 6, "[fdcf:8538:9ad5:1111::6]:53", 0}, + &DNSServer{"Kioubit", "Kioubit", "kor1", 6, "[fdcf:8538:9ad5:1111::7]:53", 0}, // foxcpp = hexanet - &DNSServer{"delegation", "foxcpp", "ns-anycast.hex.dn42", 6, + &DNSServer{"delegation", "foxcpp", "h.delegation-servers.dn42", 6, "[fda6:2474:15a4::54]:53", 0}, &DNSServer{"Hexanet", "foxcpp", "ns1", 6, "[fda6:2474:15a4:445e::1]:53", 0},