clone from danieldin95

This commit is contained in:
sicheng
2022-07-29 23:38:54 +08:00
commit ac4f79bbf4
1931 changed files with 568263 additions and 0 deletions

42
dist/resource/proxy.json.example vendored Executable file
View 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"
]
}
]
}