From 8ed493c568bee954da9b5858f775c443721342e9 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 25 Mar 2025 11:24:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/etc/default/restconf.yaml | 10 +++++----- misc/nehosts | 2 -- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/config/etc/default/restconf.yaml b/config/etc/default/restconf.yaml index a26c22de..99729e98 100644 --- a/config/etc/default/restconf.yaml +++ b/config/etc/default/restconf.yaml @@ -13,11 +13,11 @@ logger: # clientAuthType: 0:NoClientCert (default), 1:RequestClientCert, 2:RequireAnyClientCert, # 3:VerifyClientCertIfGiven, 4:RequireAndVerifyClientCerts rest: - - ipv4: "0.0.0.0" - ipv6: "" - port: 33030 - - ipv4: "0.0.0.0" - ipv6: "" + - ipv4: 0.0.0.0 + ipv6: + port: 33040 + - ipv4: 0.0.0.0 + ipv6: port: 33443 schema: https clientAuthType: 0 diff --git a/misc/nehosts b/misc/nehosts index 32aa8519..96f19036 100755 --- a/misc/nehosts +++ b/misc/nehosts @@ -1,4 +1,2 @@ # host user password # Example: 172.16.5.100 omcuser password - -127.0.0.1 new_user password