Browse Source

lib/config: Remove stun.voxgratia.org (fixes #6010) (#6011)

DNS resolution fails for this server:
named[9495]: REFUSED unexpected RCODE resolving 'stun.voxgratia.org/A/IN': 2600:9000:5303:ae00::1#53
named[9495]: REFUSED unexpected RCODE resolving 'stun.voxgratia.org/A/IN': 205.251.198.31#53
ghjklw 6 years ago
parent
commit
80a83b605c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/config/config.go

+ 0 - 1
lib/config/config.go

@@ -87,7 +87,6 @@ var (
 		"stun.voiparound.com:3478",
 		"stun.voipbuster.com:3478",
 		"stun.voipstunt.com:3478",
-		"stun.voxgratia.org:3478",
 		"stun.xten.com:3478",
 	}
 )