fix
This commit is contained in:
parent
6048933394
commit
b3b4781bed
2 changed files with 15 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ host =
|
|||
username =
|
||||
password =
|
||||
inbaund_id = 0
|
||||
inbaund_url =
|
||||
inbaund_url = vpn.spectralvpn.ru:442
|
||||
14
configs/nginx/proxy-vpn-ss.nginx
Normal file
14
configs/nginx/proxy-vpn-ss.nginx
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
stream {
|
||||
upstream vless_backend {
|
||||
server vpn.spectralvpn.ru:444;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 444 reuseport;
|
||||
listen [::]:444 reuseport;
|
||||
proxy_pass vless_backend;
|
||||
proxy_protocol on;
|
||||
proxy_timeout 30s;
|
||||
proxy_connect_timeout 10s;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue