created a prototype of a config file

This commit is contained in:
Thomas SAZERAT
2024-03-15 00:11:29 +01:00
parent 9dd0e8d781
commit 36f94b7374

13
config.json Normal file
View 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"
]
}