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

Support for sniproxy #30

Open
LionsAd opened this issue Jul 12, 2019 · 1 comment
Open

Support for sniproxy #30

LionsAd opened this issue Jul 12, 2019 · 1 comment

Comments

@LionsAd
Copy link

LionsAd commented Jul 12, 2019

I think it would be better to support https://github.com/dlundquist/sniproxy instead of haproxy, because sniproxy can do wildcards, which are needed for e.g. Amazon Instant Video now as it checks region for .*\.eu\.api\.amazonvideo.com.

Also the configuration for sniproxy is very straightforward.

The current rules for Amazon translated to sniproxy are as simple as:

table hosts {
  atv-ps-eu\.amazon\.com$	*
  atv-ext-eu\.amazon\.com$	*
  atv-eu\.amazon\.com$	*
  .*\.eu\.api\.amazonvideo.com$	*
}
@matthias1232
Copy link

Hello,
i forked the project and added sniproxy with Wildcard Domain Support

https://github.com/matthias1232/dnsproxy

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