mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-09 18:43:14 +00:00
19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"server": "0.0.0.0",
|
|
"server_ipv6": "::",
|
|
"server_port": 10000,
|
|
"local_address": "127.0.0.1",
|
|
"local_port": 1080,
|
|
"password": "password0",
|
|
"timeout": 120,
|
|
"method": "aes-256-cfb",
|
|
"protocol": "origin",
|
|
"protocol_param": "",
|
|
"obfs": "plain",
|
|
"obfs_param": "",
|
|
"redirect": "",
|
|
"dns_ipv6": false,
|
|
"fast_open": true,
|
|
"workers": 1,
|
|
"forbidden_ip": ""
|
|
} |