From 4da0baacb9cf0c5c723f479d6985476f1fa11797 Mon Sep 17 00:00:00 2001 From: Marcus B Spencer Date: Sun, 30 Mar 2025 09:22:36 -0500 Subject: [PATCH 1/3] chore(config): remove discontinued STUN servers from default We're removing discontinued STUN servers, so we update the documentation accordingly. --- users/config.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/users/config.rst b/users/config.rst index e819e6611..f89407742 100644 --- a/users/config.rst +++ b/users/config.rst @@ -1254,13 +1254,11 @@ The ``options`` element contains all other global configuration options. Server to be used for STUN, given as ip:port. The keyword ``default`` gets expanded to - ``stun.callwithus.com:3478``, ``stun.counterpath.com:3478``, + ``stun.counterpath.com:3478``, ``stun.counterpath.net:3478``, ``stun.ekiga.net:3478``, - ``stun.hitv.com:3478``, ``stun.ideasip.com:3478``, ``stun.internetcalls.com:3478``, ``stun.miwifi.com:3478``, - ``stun.schlund.de:3478``,``stun.sipgate.net:10000``, - ``stun.sipgate.net:3478``, ``stun.voip.aebc.com:3478``, - ``stun.voiparound.com:3478``, ``stun.voipbuster.com:3478``, + ``stun.schlund.de:3478``, ``stun.voip.aebc.com:3478``, + ``stun.voipbuster.com:3478``, ``stun.voipstunt.com:3478`` and ``stun.xten.com:3478`` (this is the default). To configure multiple servers, you can either: repeat ```` tags From e401b793f5881fb408adaba91f151540c1f58c04 Mon Sep 17 00:00:00 2001 From: Marcus B Spencer Date: Sun, 30 Mar 2025 10:06:48 -0500 Subject: [PATCH 2/3] Add some working servers back Add back the stun.hitv.com:3478, and stun.sipgate.net:3478, as requested by @bt90. --- users/config.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/config.rst b/users/config.rst index f89407742..60ba18955 100644 --- a/users/config.rst +++ b/users/config.rst @@ -1256,8 +1256,9 @@ The ``options`` element contains all other global configuration options. expanded to ``stun.counterpath.com:3478``, ``stun.counterpath.net:3478``, ``stun.ekiga.net:3478``, + ``stun.hitv.com:3478``, ``stun.internetcalls.com:3478``, ``stun.miwifi.com:3478``, - ``stun.schlund.de:3478``, ``stun.voip.aebc.com:3478``, + ``stun.schlund.de:3478``, ``stun.sipgate.net:3478``, ``stun.voip.aebc.com:3478``, ``stun.voipbuster.com:3478``, ``stun.voipstunt.com:3478`` and ``stun.xten.com:3478`` (this is the default). From f738fa3e250cf9e039bad2ef1f105e498e3bdd02 Mon Sep 17 00:00:00 2001 From: Marcus B Spencer Date: Mon, 31 Mar 2025 08:43:39 -0500 Subject: [PATCH 3/3] Don't list all STUN servers in the documentation Co-authored-by: Jakob Borg --- users/config.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/users/config.rst b/users/config.rst index 60ba18955..0be1dbd31 100644 --- a/users/config.rst +++ b/users/config.rst @@ -1253,14 +1253,7 @@ The ``options`` element contains all other global configuration options. :aliases: options.stunServers Server to be used for STUN, given as ip:port. The keyword ``default`` gets - expanded to - ``stun.counterpath.com:3478``, - ``stun.counterpath.net:3478``, ``stun.ekiga.net:3478``, - ``stun.hitv.com:3478``, - ``stun.internetcalls.com:3478``, ``stun.miwifi.com:3478``, - ``stun.schlund.de:3478``, ``stun.sipgate.net:3478``, ``stun.voip.aebc.com:3478``, - ``stun.voipbuster.com:3478``, - ``stun.voipstunt.com:3478`` and ``stun.xten.com:3478`` (this is the default). + expanded to a set of public STUN servers. To configure multiple servers, you can either: repeat ```` tags in the configuration file or enter several servers separated by commas in