mirror of
https://github.com/fscarmen/sing-box.git
synced 2026-08-10 17:55:16 +08:00
v1.3.16 feat: support bind_interface for multi-NIC servers
- Add bind_interface option in sb -d menu to bind outbound traffic to a specific NIC - Change v2rayN Hysteria2 Realm config from Finalmask field to ProtoExtraObj v1.3.16 feat: 支持指定网络出口,多网卡绑定 - sb -d 菜单新增「指定网络出口」选项,可为出站流量绑定特定网卡 - v2rayN 的 Hysteria2 Realm 配置从 Finalmask 字段改为 ProtoExtraObj
This commit is contained in:
+7
-4
@@ -71,8 +71,7 @@ ARGO_AUTH=''
|
||||
|
||||
# 端口跳跃范围,用于 Hysteria2 协议,格式为 起始端口:结束端口
|
||||
# Port hopping range for Hysteria2 protocol, format: start_port:end_port
|
||||
HY2_PORT_HOPPING_RANGE=''
|
||||
|
||||
PORT_HOPPING_RANGE=''
|
||||
|
||||
# 是否启用 Hysteria2 Realm / Enable Hysteria2 Realm: true or false
|
||||
# 适用于回国或者没有公网入口的机器;有公网入口时不建议使用
|
||||
@@ -84,11 +83,15 @@ HY2_REALM=''
|
||||
# Useful for strict NAT environments such as symmetric NAT. Setting this to true automatically enables HY2_REALM
|
||||
HY2_WARP=''
|
||||
|
||||
|
||||
# Reality 的私钥, 留空则随机生成
|
||||
# Reality private key. Random generation if left empty
|
||||
REALITY_PRIVATE=''
|
||||
|
||||
# 节点名称,支持 emoji 表情
|
||||
# Node name, emoji supported
|
||||
NODE_NAME_CONFIRM=''
|
||||
NODE_NAME_CONFIRM=''
|
||||
|
||||
# 指定网络出口,绑定到指定网卡 / Bind network interface to a specific network adapter
|
||||
# 例如 / e.g. BIND_INTERFACE=eth0
|
||||
# 留空则不指定 / Leave empty to not specify
|
||||
BIND_INTERFACE=''
|
||||
Reference in New Issue
Block a user