Skip to content

Instantly share code, notes, and snippets.

@ircfspace
Last active October 2, 2024 16:14
Show Gist options
  • Select an option

  • Save ircfspace/282a47b83bc77a25a0091daab6535045 to your computer and use it in GitHub Desktop.

Select an option

Save ircfspace/282a47b83bc77a25a0091daab6535045 to your computer and use it in GitHub Desktop.
{
"inbounds": [{
"port": "PORTPORT",
"listen": "127.0.0.1",
"tag": "socks-inbound",
"protocol": "socks",
"settings": {
"auth": "noauth",
"udp": false,
"ip": "127.0.0.1"
},
"sniffing": {
"enabled": true,
"destOverride": ["http", "tls"]
}
}],
"outbounds": [
{
"tag": "proxy",
"protocol": "vless",
"settings": {
"vnext": [{
"address": "IP.IP.IP.IP",
"port": XXXXX,
"users": [{"id": "XXXXXX",
"encryption": "none"
}]
}]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "XXXXXX",
"headers": {
"Host": "XXXXXXX"
}
}
}
}
],
"tag": "fragment",
"protocol": "freedom",
"settings": {
"fragment": {
"packets": "XXXXX",
"length": "XXXXX",
"interval": "XXXXX"
}
},
"streamSettings": {
"sockopt": {
"TcpNoDelay": true,
"tcpKeepAliveIdle": 100,
"mark": 255
}
},
"other": {}
}
@rasolAAaa
Copy link

سلام دستون دردنکنه

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment