21 lines
391 B
JSON
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
|
|
}
|
|
}
|
|
]
|
|
}
|