new file: sing-box-03.json
This commit is contained in:
parent
e18d6cba19
commit
68cd6cd58e
1 changed files with 99 additions and 0 deletions
99
sing-box-03.json
Normal file
99
sing-box-03.json
Normal file
|
|
@ -0,0 +1,99 @@
|
||||||
|
|
||||||
|
{
|
||||||
|
"log": {
|
||||||
|
"disabled": false,
|
||||||
|
"level": "debug",
|
||||||
|
//"output": "box.log",
|
||||||
|
"timestamp": true
|
||||||
|
},
|
||||||
|
"dns": {
|
||||||
|
"servers": [
|
||||||
|
{
|
||||||
|
"tag": "google",
|
||||||
|
"type": "tls",
|
||||||
|
"server": "8.8.8.8"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "local",
|
||||||
|
"type": "udp",
|
||||||
|
"server": "223.5.5.5"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"strategy": "ipv4_only"
|
||||||
|
},
|
||||||
|
"inbounds": [
|
||||||
|
{
|
||||||
|
"type": "tun",
|
||||||
|
"address": ["172.19.0.1/30"],
|
||||||
|
"auto_route": true,
|
||||||
|
"auto_redirect": true,
|
||||||
|
"strict_route": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outbounds": [
|
||||||
|
{
|
||||||
|
"type": "vless",
|
||||||
|
"tag": "vless-out",
|
||||||
|
"server": "fxck.ipv64.net",
|
||||||
|
"server_port": 443,
|
||||||
|
"uuid": "",
|
||||||
|
"flow": "",
|
||||||
|
// "network": "",
|
||||||
|
"tls": {
|
||||||
|
"enabled": true,
|
||||||
|
"disable_sni": false,
|
||||||
|
"server_name": "valtioneuvosto.fi",
|
||||||
|
"insecure": false,
|
||||||
|
"alpn": [],
|
||||||
|
"min_version": "",
|
||||||
|
"max_version": "",
|
||||||
|
"cipher_suites": [],
|
||||||
|
"curve_preferences": [],
|
||||||
|
"certificate": "",
|
||||||
|
"certificate_path": "",
|
||||||
|
"certificate_public_key_sha256": [],
|
||||||
|
"fragment": false,
|
||||||
|
"record_fragment": false,
|
||||||
|
"ech": {
|
||||||
|
"enabled": false,
|
||||||
|
"config": [],
|
||||||
|
"config_path": "",
|
||||||
|
|
||||||
|
"pq_signature_schemes_enabled": false,
|
||||||
|
"dynamic_record_sizing_disabled": false
|
||||||
|
},
|
||||||
|
"utls": {
|
||||||
|
"enabled": true,
|
||||||
|
"fingerprint": "chrome"
|
||||||
|
},
|
||||||
|
"reality": {
|
||||||
|
"enabled": true,
|
||||||
|
"public_key": "",
|
||||||
|
"short_id": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"packet_encoding": "xudp",
|
||||||
|
"multiplex": {},
|
||||||
|
"transport": {},
|
||||||
|
"udp_fragment": true,
|
||||||
|
}
|
||||||
|
|
||||||
|
],
|
||||||
|
"route": {
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"action": "sniff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"protocol": "dns",
|
||||||
|
"action": "hijack-dns"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ip_is_private": true,
|
||||||
|
"outbound": "direct"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"default_domain_resolver": "google",
|
||||||
|
"auto_detect_interface": true
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue