mirror of
https://github.com/luscis/openlan.git
synced 2025-12-24 11:10:54 +08:00
clone from danieldin95
This commit is contained in:
42
dist/resource/proxy.json.example
vendored
Executable file
42
dist/resource/proxy.json.example
vendored
Executable file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user