This commit is contained in:
arm64v8a
2022-09-27 12:39:40 +08:00
parent 94c893b194
commit e44279742c
12 changed files with 193 additions and 101 deletions

View File

@@ -85,7 +85,7 @@ namespace NekoRay {
// Socks & HTTP Inbound
QString inbound_address = "127.0.0.1";
int inbound_socks_port = 2080;
int inbound_socks_port = 2080; // or Mixed
int inbound_http_port = -2081;
QString custom_inbound = "{\"inbounds\": []}";