chuni: revert changes to udpHolePunchUri and reflectorUri

This commit is contained in:
2024-01-08 21:23:10 -05:00
parent b4b40869c1
commit 01591a0456
3 changed files with 4 additions and 19 deletions

View File

@ -99,18 +99,6 @@ class ChuniMatchingConfig:
self.__config, "chuni", "matching", "enable", default=False
)
@property
def stun_uri(self) -> str:
return CoreConfig.get_config_field(
self.__config, "chuni", "matching", "stun_uri", default="stun:stunserver.stunprotocol.org:3478"
)
@property
def turn_uri(self) -> str:
return CoreConfig.get_config_field(
self.__config, "chuni", "matching", "turn_uri", default="turn:stunserver.stunprotocol.org:3478"
)
@property
def match_time_limit(self) -> int:
return CoreConfig.get_config_field(