en:"path to the config file, NOTE: if this is set, all other options will be ignored"
zh-CN:"配置文件路径,注意:如果设置了这个选项,其他所有选项都将被忽略"
network_name:
en:"network name to identify this vpn network"
zh-CN:"用于标识此VPN网络的网络名称"
network_secret:
en:"network secret to verify this node belongs to the vpn network"
zh-CN:"网络密钥,用于验证此节点属于VPN网络"
ipv4:
en:"ipv4 address of this vpn node, if empty, this node will only forward packets and no TUN device will be created"
zh-CN:"此VPN节点的IPv4地址,如果为空,则此节点将仅转发数据包,不会创建TUN设备"
dhcp:
en:"automatically determine and set IP address by Easytier, and the IP address starts from 10.0.0.1 by default. Warning, if there is an IP conflict in the network when using DHCP, the IP will be automatically changed."
en:"export local networks to other peers in the vpn"
zh-CN:"将本地网络导出到VPN中的其他对等节点"
rpc_portal:
en:"rpc portal address to listen for management. 0 means random port, 12345 means listen on 12345 of localhost, 0.0.0.0:12345 means listen on 12345 of all interfaces. default is 0 and will try 15888 first"
en:"do not listen on any port, only connect to peers"
zh-CN:"不监听任何端口,只连接到对等节点"
console_log_level:
en:"console log level"
zh-CN:"控制台日志级别"
file_log_level:
en:"file log level"
zh-CN:"文件日志级别"
file_log_dir:
en:"directory to store log files"
zh-CN:"存储日志文件的目录"
hostname:
en:"host name to identify this device"
zh-CN:"用于标识此设备的主机名"
instance_name:
en:"instance name to identify this vpn node in same machine"
zh-CN:"实例名称,用于在同一台机器上标识此VPN节点"
vpn_portal:
en:"url that defines the vpn portal, allow other vpn clients to connect. example: wg://0.0.0.0:11010/10.14.14.0/24, means the vpn portal is a wireguard server listening on vpn.example.com:11010, and the vpn client is in network of 10.14.14.0/24"
en:"relay all peer rpc packets, even if the peer is not in the relay network whitelist. this can help peers not in relay network whitelist to establish p2p connection."