summarylogtreecommitdiffstats
path: root/00-default-stun-server.patch
blob: 291e40441ddfec0ec49656fc05baea0d31b409eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/stun/const.go b/stun/const.go
index e335dce..38f1dbb 100644
--- a/stun/const.go
+++ b/stun/const.go
@@ -16,7 +16,7 @@ package stun
 
 // Default server address and client name.
 const (
-	DefaultServerAddr   = "stun.ekiga.net:3478"
+	DefaultServerAddr   = "stun.syncthing.net:3478"
 	DefaultSoftwareName = "StunClient"
 )