Files
Easytier/easytier/src
fanyang b87a05b457 refactor: update custom STUN server settings (#1310)
* refactor: update global context STUN server initialization

Modified global context initialization to use a single StunInfoCollector
instance with properly configured IPv4 and IPv6 servers instead of
creating separate instances.

feat: add IPv6 STUN server configuration support

Added interface methods and config struct fields to support both IPv4
and IPv6 STUN server configuration. Modified getter and setter methods
to handle Option<Vec<String>> type for both server types.

feat: enhance StunInfoCollector with IPv6 support

Updated StunInfoCollector to support both IPv4 and IPv6 STUN servers.
Added new constructor that accepts both server types and methods to set
them independently.

feat: add CLI argument for IPv6 STUN servers

Added command line argument support for configuring IPv6 STUN servers.
Updated configuration setup to handle both IPv4 and IPv6 STUN server
settings.

docs: add localization for STUN server configuration

Added English and Chinese localization strings for the new STUN server
configuration options, including both IPv4 and IPv6 variants.
2025-09-02 21:46:37 +08:00
..
2025-08-22 23:33:21 +08:00
2025-08-10 22:56:41 +08:00
2025-08-27 13:22:29 +08:00
2025-08-24 00:53:32 +08:00
2025-08-24 14:33:11 +08:00
2025-08-26 08:37:31 +08:00
2025-08-10 22:56:41 +08:00
2025-08-10 22:56:41 +08:00
2025-08-22 23:33:21 +08:00
2025-08-10 22:56:41 +08:00
2025-08-21 11:41:42 +08:00