created a prototype of a config file
This commit is contained in:
13
config.json
Normal file
13
config.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"forwarding": [
|
||||
{
|
||||
"from": "127.0.0.1:12345",
|
||||
"to": "127.0.0.1:12346",
|
||||
"doReverse": true
|
||||
}
|
||||
],
|
||||
"blacklist": [
|
||||
"127.0.0.1:11111",
|
||||
"127.0.0.1:58109"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user