chore: default enable http_port to let somebody happy

乐坏了
This commit is contained in:
XSalsa20-Poly1305 2023-08-30 17:42:26 +08:00 committed by arm64v8a
parent 716f80606c
commit a1d987adb8

View File

@ -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\": []}";