diff --git a/content/post/proxy-clearnet-2-onion.md b/content/post/proxy-clearnet-2-onion.md index 2153d9d..9a4104f 100644 --- a/content/post/proxy-clearnet-2-onion.md +++ b/content/post/proxy-clearnet-2-onion.md @@ -30,7 +30,7 @@ echo 'server { proxy_set_header Host "a1b2c3d4e5f6.onion"; proxy_set_header Accept-Encoding ""; proxy_set_header Via "$host"; - subs_filter 'a1b2c3d4e5f6.onion' '10.40.8.206'; + subs_filter 'a1b2c3d4e5f6.onion' "$host"; } }' > /etc/nginx/sites-enabled/default ```