mirror of
https://github.com/luscis/openlan.git
synced 2025-12-24 11:10:54 +08:00
43 lines
920 B
JSON
Executable File
43 lines
920 B
JSON
Executable File
{
|
|
"socks": [
|
|
{
|
|
"listen": "0.0.0.0:11080"
|
|
}
|
|
],
|
|
"shadow": [
|
|
{
|
|
"server": ":8488",
|
|
"password": "ecd0820973c9",
|
|
"cipher": "AEAD_CHACHA20_POLY1305"
|
|
}
|
|
],
|
|
"http": [
|
|
{
|
|
"listen": "0.0.0.0:11082",
|
|
"auth": {
|
|
"username": "hi",
|
|
"password": "cb2ff088a34d"
|
|
}
|
|
},
|
|
{
|
|
"listen": "0.0.0.0:11083",
|
|
"auth": {
|
|
"username": "hi",
|
|
"password": "cb2ff088a34d"
|
|
},
|
|
"cert": {
|
|
"dir": "/var/openlan/cert"
|
|
}
|
|
}
|
|
],
|
|
"tcp": [
|
|
{
|
|
"listen": "0.0.0.0:80",
|
|
"target": [
|
|
"192.168.100.80:80",
|
|
"192.168.100.81:80"
|
|
]
|
|
}
|
|
]
|
|
}
|