forked from nirui/sshwifty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsshwifty.conf.json
50 lines (50 loc) · 1.09 KB
/
sshwifty.conf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"HostName": "",
"SharedKey": "rainaardelia",
"DialTimeout": 5,
"Socks5": "",
"Socks5User": "",
"Socks5Password": "",
"Servers": [
{
"ListenInterface": "127.0.0.1",
"ListenPort": 80,
"InitialTimeout": 3,
"ReadTimeout": 60,
"WriteTimeout": 60,
"HeartbeatTimeout": 20,
"ReadDelay": 10,
"WriteDelay": 10,
"TLSCertificateFile": "",
"TLSCertificateKeyFile": ""
}
],
"Presets": [
{
"Title": "Farrelprmn US Server",
"Type": "SSH",
"Host": "usa.vps.farrelprmn.me:22",
"Meta": {
"Encoding": "utf-8",
"Authentication": "Password"
}
},
{
"Title": "Farrelprmn ID Server",
"Type": "SSH",
"Host": "id.vps.farrelprmn.me:22",
"Meta": {
"Encoding": "utf-8",
"Authentication": "Password"
}
},
{
"Title": "Farrelprmn Rai VPN Server",
"Type": "SSH",
"Host": "rai.vps.farrelprmn.me:22",
"Meta": {
"Encoding": "utf-8",
"Authentication": "Password"
}
"OnlyAllowPresetRemotes": false
}