mirror of
https://github.com/luscis/openlan.git
synced 2025-12-24 11:10:54 +08:00
20 lines
410 B
Plaintext
Executable File
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"
|
|
}
|
|
}
|