fix: 轻量版配置文件更新绑定127IP

This commit is contained in:
TsMask
2025-03-13 14:30:58 +08:00
parent d4d08a9b2a
commit bef470957c

View File

@@ -13,10 +13,10 @@ logger:
# clientAuthType: 0:NoClientCert (default), 1:RequestClientCert, 2:RequireAnyClientCert, # clientAuthType: 0:NoClientCert (default), 1:RequestClientCert, 2:RequireAnyClientCert,
# 3:VerifyClientCertIfGiven, 4:RequireAndVerifyClientCerts # 3:VerifyClientCertIfGiven, 4:RequireAndVerifyClientCerts
rest: rest:
- ipv4: 0.0.0.0 - ipv4: 127.0.0.100
ipv6: ipv6:
port: 33030 port: 33030
- ipv4: 0.0.0.0 - ipv4: 127.0.0.100
ipv6: ipv6:
port: 33443 port: 33443
schema: https schema: https
@@ -73,7 +73,7 @@ mml:
# Tracking configuration # Tracking configuration
trace: trace:
enabled: false enabled: false
host: "172.16.5.100" # Fill in the specific IP address host: "127.0.0.100" # Fill in the specific IP address
port: 33033 port: 33033
# NE config # NE config