mirror of
https://github.com/MikeWang000000/Natter.git
synced 2025-09-26 21:55:51 +08:00
chore: Update STUN servers
This commit is contained in:
@@ -1602,12 +1602,13 @@ def natter_main(show_title = True):
|
||||
"stunserver.stunprotocol.org",
|
||||
"stun.sipnet.com",
|
||||
"stun.radiojar.com",
|
||||
"stun.sonetel.com"
|
||||
"stun.sonetel.com",
|
||||
"stun.telnyx.com"
|
||||
]
|
||||
if not udp_mode:
|
||||
stun_list = [
|
||||
stun_list = stun_list + [
|
||||
"turn.cloud-rtc.com:80"
|
||||
] + stun_list
|
||||
]
|
||||
else:
|
||||
stun_list = [
|
||||
"stun.miwifi.com",
|
||||
|
Reference in New Issue
Block a user