mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-20 15:10:08 +08:00
chore: default enable http_port to let somebody happy
乐坏了
This commit is contained in:
parent
716f80606c
commit
a1d987adb8
@ -136,7 +136,7 @@ namespace NekoGui {
|
|||||||
// Socks & HTTP Inbound
|
// Socks & HTTP Inbound
|
||||||
QString inbound_address = "127.0.0.1";
|
QString inbound_address = "127.0.0.1";
|
||||||
int inbound_socks_port = 2080; // or Mixed
|
int inbound_socks_port = 2080; // or Mixed
|
||||||
int inbound_http_port = -2081;
|
int inbound_http_port = 2081;
|
||||||
InboundAuthorization *inbound_auth = new InboundAuthorization;
|
InboundAuthorization *inbound_auth = new InboundAuthorization;
|
||||||
QString custom_inbound = "{\"inbounds\": []}";
|
QString custom_inbound = "{\"inbounds\": []}";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user