Skip to content

Commit

Permalink
Update default
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyaindigo authored Apr 12, 2022
1 parent 6817691 commit b2725a0
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions default
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,20 @@ server {
ssl_buffer_size 8k;
ssl_prefer_server_ciphers off;
location / {
proxy_pass http://127.0.0.1:8080/;
proxy_redirect off;
proxy_redirect off;
proxy_pass https://youtube.com/;
}
location /aghome/ {
proxy_pass http://127.0.0.1:8080/;
proxy_redirect / /aghome/;
proxy_cookie_path / /aghome/;
}
location /dns-query {
proxy_pass http://127.0.0.1:4043/;
proxy_redirect / /dns-query/;
proxy_bind 192.168.1.2;
}
}
location /v2ray {
proxy_redirect off;
proxy_buffering off;
Expand Down

0 comments on commit b2725a0

Please sign in to comment.