mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-05 20:54:14 +00:00
14 lines
247 B
JSON
14 lines
247 B
JSON
|
|
{
|
||
|
|
"protocol": "tunnel",
|
||
|
|
"settings": {
|
||
|
|
"rewriteAddress": "1.1.1.1",
|
||
|
|
"rewritePort": 53,
|
||
|
|
"portMap": {
|
||
|
|
"8080": "10.0.0.5:80",
|
||
|
|
"8443": "10.0.0.5:443"
|
||
|
|
},
|
||
|
|
"allowedNetwork": "tcp,udp",
|
||
|
|
"followRedirect": false
|
||
|
|
}
|
||
|
|
}
|