fix: 服务绑定127

This commit is contained in:
TsMask
2024-03-22 20:15:01 +08:00
parent ee10888757
commit 2480cffe1c
3 changed files with 10 additions and 26 deletions

View File

@@ -13,17 +13,9 @@ logger:
# clientAuthType: 0:NoClientCert (default), 1:RequestClientCert, 2:RequireAnyClientCert,
# 3:VerifyClientCertIfGiven, 4:RequireAndVerifyClientCerts
rest:
- ipv4: 0.0.0.0
- ipv4: 127.0.0.1
ipv6:
port: 33030
- ipv4: 0.0.0.0
ipv6:
port: 33443
schema: https
clientAuthType: 0
caFile: /usr/local/omc/etc/certs/omc-ca.crt
certFile: /usr/local/omc/etc/certs/omc-server.crt
keyFile: /usr/local/omc/etc/certs/omc-server.key
webServer:
enabled: false