From bef470957c29197288753c08995c2c68baee9c76 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 13 Mar 2025 14:30:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BD=BB=E9=87=8F=E7=89=88=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E6=9B=B4=E6=96=B0=E7=BB=91=E5=AE=9A?= =?UTF-8?q?127IP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/etc/default/restconf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/etc/default/restconf.yaml b/config/etc/default/restconf.yaml index 9e370164..5cacb595 100644 --- a/config/etc/default/restconf.yaml +++ b/config/etc/default/restconf.yaml @@ -13,10 +13,10 @@ logger: # clientAuthType: 0:NoClientCert (default), 1:RequestClientCert, 2:RequireAnyClientCert, # 3:VerifyClientCertIfGiven, 4:RequireAndVerifyClientCerts rest: - - ipv4: 0.0.0.0 + - ipv4: 127.0.0.100 ipv6: port: 33030 - - ipv4: 0.0.0.0 + - ipv4: 127.0.0.100 ipv6: port: 33443 schema: https @@ -73,7 +73,7 @@ mml: # Tracking configuration trace: 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 # NE config