xmpp_proxy/config.json

22 lines
391 B
JSON
Raw Permalink Normal View History

2024-11-15 12:17:28 +00:00
{
"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
}
}
]
}