From a1d987adb86197d08c6541aa06a1c0ad0da9a7b9 Mon Sep 17 00:00:00 2001 From: XSalsa20-Poly1305 <139959885+xchacha20-poly1305@users.noreply.github.com> Date: Wed, 30 Aug 2023 17:42:26 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20default=20enable=20http=5Fport=20to=20?= =?UTF-8?q?let=20somebody=20happy=20=E4=B9=90=E5=9D=8F=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/NekoGui_DataStore.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/NekoGui_DataStore.hpp b/main/NekoGui_DataStore.hpp index 9ff44b4..0530042 100644 --- a/main/NekoGui_DataStore.hpp +++ b/main/NekoGui_DataStore.hpp @@ -136,7 +136,7 @@ namespace NekoGui { // Socks & HTTP Inbound QString inbound_address = "127.0.0.1"; int inbound_socks_port = 2080; // or Mixed - int inbound_http_port = -2081; + int inbound_http_port = 2081; InboundAuthorization *inbound_auth = new InboundAuthorization; QString custom_inbound = "{\"inbounds\": []}";