xmpp_proxy/config.json
2024-11-15 12:17:28 +00:00

21 lines
391 B
JSON

{
"ipVersion": "v6",
"listenPort": 8080,
"debug": true,
"data": [
{
"tld": "i2p",
"proxy": {
"host": "127.0.0.1",
"port": 4447
}
},
{
"tld": "onion",
"proxy": {
"host": "127.0.0.1",
"port": 9050
}
}
]
}