V2bX/example/config_full_node1.json

13 lines
255 B
JSON
Raw Normal View History

2023-09-12 13:21:20 -04:00
{
"Core": "xray",
"ApiHost": "https://127.0.0.1",
"ApiKey": "key",
"NodeID": 1,
"NodeType": "vmess",
"Timeout": 30,
"ListenIP": "0.0.0.0",
"SendIP": "0.0.0.0",
"EnableProxyProtocol": false,
"EnableTFO": true,
2023-09-21 00:34:03 -04:00
"DNSType": "ipv4_only"
2023-09-12 13:21:20 -04:00
}