This commit is contained in:
Martin 2019-09-13 18:50:01 +02:00
commit 747b4fbcf8
3 changed files with 53 additions and 0 deletions

14
config.json.example Normal file
View file

@ -0,0 +1,14 @@
{
"host": "decade.cz",
"user": "tunnel",
"mapping": [
{
"remote": 50022,
"local": 22
},
{
"remote": 8000,
"local": 80
}
]
}