allow proxy packets to be forwarded by system kernel

This commit is contained in:
L-Trump
2025-03-08 01:08:21 +08:00
committed by Sijie.Sun
parent 03b55b61e7
commit 00d61333d3
6 changed files with 23 additions and 1 deletions

View File

@@ -96,6 +96,9 @@ core_clap:
enable_exit_node:
en: "allow this node to be an exit node"
zh-CN: "允许此节点成为出口节点"
proxy_forward_by_system:
en: "forward packet to proxy networks via system kernel, disable internal nat for network proxy"
zh-CN: "通过系统内核转发子网代理数据包禁用内置NAT"
no_tun:
en: "do not create TUN device, can use subnet proxy to access node"
zh-CN: "不创建TUN设备可以使用子网代理访问节点"