diff --git a/main/NekoGui_DataStore.hpp b/main/NekoGui_DataStore.hpp index 9ff44b487..053004207 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\": []}";