mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03:00
Add new admin panel, failover, dns fallback, providers, limiters. Update XHTTP
This commit is contained in:
@@ -35,9 +35,10 @@
|
||||
},
|
||||
"transport": {
|
||||
"type": "xhttp",
|
||||
"mode": "stream-up",
|
||||
"mode": "stream-up", // packet-up, stream-one
|
||||
"host": "example.com",
|
||||
"path": "/xhttp",
|
||||
"headers": {},
|
||||
"domain_strategy": "prefer_ipv4",
|
||||
"x_padding_bytes": "100-1000",
|
||||
"no_grpc_header": false, // stream-up/one, client only
|
||||
@@ -69,6 +70,7 @@
|
||||
"download": {
|
||||
"host": "example.com",
|
||||
"path": "/xhttp",
|
||||
"headers": {},
|
||||
"domain_strategy": "prefer_ipv4",
|
||||
"x_padding_bytes": "100-1000",
|
||||
"no_grpc_header": false, // stream-up/one, client only
|
||||
|
||||
Reference in New Issue
Block a user