'首次提交'

This commit is contained in:
2023-04-12 16:39:10 +08:00
parent 0c3a01b1ec
commit cbc416b73b
6 changed files with 240 additions and 0 deletions

14
config.json Normal file
View File

@@ -0,0 +1,14 @@
[
{
"addr": "192.168.10.201:22",
"user": "root",
"pass": "root",
"tunnels": [
{
"remote": "127.0.0.1:6379",
"local": "127.0.0.1:6379"
}
]
}
]