26 lines
513 B
JSON
26 lines
513 B
JSON
{
|
|
"modes": [
|
|
"ipv4_tcp_only",
|
|
"ipv4_udp_only",
|
|
"ipv6_tcp_only",
|
|
"ipv6_udp_only"
|
|
],
|
|
"common": {
|
|
"server":"1.2.3.4",
|
|
"server_port":443,
|
|
"plugin":"v2ray-plugin",
|
|
"plugin_opts":"tls;host=1.2.3.4;path=/;mux=0"
|
|
},
|
|
"ipv4_tcp_only": {
|
|
"server_port":123
|
|
},
|
|
"ipv4_udp_only": {
|
|
"server_port":443
|
|
},
|
|
"ipv6_tcp_only": {
|
|
"server_port":123
|
|
},
|
|
"ipv6_udp_only": {
|
|
"server_port":443
|
|
}
|
|
}
|