Skip to content

Instantly share code, notes, and snippets.

@khajavi
Created March 9, 2026 11:28
Show Gist options
  • Select an option

  • Save khajavi/650dcc40e3a27e4800285bc4babcabdc to your computer and use it in GitHub Desktop.

Select an option

Save khajavi/650dcc40e3a27e4800285bc4babcabdc to your computer and use it in GitHub Desktop.
{
"inbounds": [
{
"tag": "socks-in",
"protocol": "socks",
"listen": "0.0.0.0",
"port": 10708,
"settings": {
"auth": "noauth"
}
},
{
"tag": "http-in",
"protocol": "http",
"listen": "0.0.0.0",
"port": 10709,
"settings": {
"auth": "noauth"
}
}
],
"outbounds": [
{
"tag": "tun0-out",
"protocol": "freedom",
"streamSettings": {
"sockopt": {
"bindToDevice": "tun0"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment