mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-19 06:30:07 +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
|
||||
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\": []}";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user