Skip to content

Instantly share code, notes, and snippets.

@sae13
Created June 24, 2023 04:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sae13/3f1ccb464bda4aa6b92141472b3fcc28 to your computer and use it in GitHub Desktop.
Save sae13/3f1ccb464bda4aa6b92141472b3fcc28 to your computer and use it in GitHub Desktop.
sing-box client json config ./sing-box -c config2.json run
{
"log": {"level": "info"},
"dns": {},
"ntp": {},
"inbounds": [ {
"domain_strategy": "",
"listen": "0.0.0.0",
"type": "mixed",
"listen_port": 2081
}],
"outbounds": [{
"alter_id": 64,
"domain_strategy": "",
"security": "auto",
"server": "51.195.35.146",
"server_port": 49982,
"tag": "proxy",
"type": "vmess",
"uuid": "418048af-a293-4b99-9b0c-98ca3580dd24"}
],
"route": {},
"experimental": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment