Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot prevent a subdomain from being unonionized #65

Closed
micahflee opened this issue May 29, 2020 · 3 comments
Closed

Cannot prevent a subdomain from being unonionized #65

micahflee opened this issue May 29, 2020 · 3 comments

Comments

@micahflee
Copy link

micahflee commented May 29, 2020

My config file has:

hardmap %NEW_V3_ONION% theintercept.com

And also:

set redirect_host ^join\\..*\\.onion$,307,https://join.theintercept.com

This should redirect https://join.[xxx].onion to https://join.theintercept.com. And it appears that it does, except EOTK also see the theintercept.com and rewrites it again to https://join.[xxx].onion, so it ends up in an infinite redirect loop.

@alecmuffett
Copy link
Owner

alecmuffett commented Jun 4, 2020

Draft fix is broken.

@alecmuffett
Copy link
Owner

Revised and apparently working fix in #66, @micahflee

@micahflee
Copy link
Author

I confirmed that your fix works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants