Files
openlan/dist/resource/point.json.full.example
2022-07-29 23:38:54 +08:00

20 lines
410 B
Plaintext
Executable File

{
"network": "default",
"interface": {
"name": "tap0",
"bridge": "br-default",
"address": "172.32.100.10/24"
},
"connection": "who.openlan.net",
"username": "hi",
"password": "1f4ee82b5eb6",
"protocol": "tls",
"cert": {
"insecure": true
},
"crypt": {
"algo": "aes-256",
"secret": "1f4ee82b5eb6"
}
}