add disable ipv6 option to gui/web (#1127)

This commit is contained in:
Sijie.Sun
2025-07-19 11:07:57 +08:00
committed by GitHub
parent 1fb5ca9475
commit e25cd9be37
6 changed files with 16 additions and 0 deletions

View File

@@ -82,6 +82,9 @@ latency_first_help: Ignore hop count and select the path with the lowest total l
use_smoltcp: Use User-Space Protocol Stack
use_smoltcp_help: Use a user-space TCP/IP stack to avoid issues with operating system firewalls blocking subnet or KCP proxy functionality.
disable_ipv6: Disable IPv6
disable_ipv6_help: Disable IPv6 functionality for this node, only use IPv4 for network communication.
enable_kcp_proxy: Enable KCP Proxy
enable_kcp_proxy_help: Convert TCP traffic to KCP traffic to reduce latency and boost transmission speed.