added two new fonctionalities: The possibility to blacklist ip address with port, and the possibility to forward a message from an ip to another.

This commit is contained in:
Thomas SAZERAT
2024-03-15 00:42:27 +01:00
parent a08e8a93f7
commit 7943de01ed
3 changed files with 103 additions and 7 deletions

View File

@@ -1,13 +1,13 @@
{
"forwarding": [
{
"from": "127.0.0.1:12345",
"from": "127.0.0.1:58545",
"to": "127.0.0.1:12346",
"doReverse": true
}
],
"blacklist": [
"127.0.0.1:11111",
"127.0.0.1:58109"
"127.0.0.1:55527"
]
}