This commit is contained in:
Lev 2026-01-21 11:37:37 +03:00
parent 6048933394
commit b3b4781bed
2 changed files with 15 additions and 1 deletions

View file

@ -4,4 +4,4 @@ host =
username =
password =
inbaund_id = 0
inbaund_url =
inbaund_url = vpn.spectralvpn.ru:442

View 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;
}
}