mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-07-30 10:34:16 +03:00
Fix examples
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
"use_ipv6": false,
|
"use_ipv6": false,
|
||||||
"profile": {
|
"profile": {
|
||||||
"detour": "direct",
|
"detour": "direct",
|
||||||
|
// For getting existing MASQUE device profile, else sing-box will create new profile
|
||||||
"id": "",
|
"id": "",
|
||||||
"auth_token": ""
|
"auth_token": ""
|
||||||
},
|
},
|
||||||
@@ -36,7 +37,7 @@
|
|||||||
"udp_keepalive_period": "30s",
|
"udp_keepalive_period": "30s",
|
||||||
"udp_initial_packet_size": 0,
|
"udp_initial_packet_size": 0,
|
||||||
"reconnect_delay": "5s",
|
"reconnect_delay": "5s",
|
||||||
"tls": {
|
"tls": { // TLS fields for HTTP2
|
||||||
"insecure": false,
|
"insecure": false,
|
||||||
"cipher_suites": [],
|
"cipher_suites": [],
|
||||||
"curve_preferences": [],
|
"curve_preferences": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user