-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
WIP: Added ipv6 support #97
base: master
Are you sure you want to change the base?
Conversation
We've only had issues with ipv6 so far, DNS is only part of the issue. Currently it's disabled for good reasons. If this is fully tested with sniproxy and monolithic ipv6 then that might be a different discussion |
Well, I currently use it with lancachenet (ipv6 modified) in my ipv6 only network though without sniproxy. However I believe that there might more than one use case for lancache-dns. And I believe it should not be tied to lancachenet this hard. |
Perhaps a enable/disable flag would be a good enough addition to allay any concerns? |
@astrolox basically it works the same way as before if you supply only ipv4 addresses. |
I'm a huge fan of IPv6 and I love that you're contributing this. |
Sorry @pamidur, I didn't intend to come accross negatively! I'm also a big fan of ipv6 but we've been caught out numerous times with people not understanding it enough causing huge issues. Currently the DNS disabling ipv6 lookups has been a useful backstop against "my setup is broken" issues. I agree with astro, I'm interested in this, and we'll definitely keep it open. However I wouldn't be happy to release this without the corresponding generic/monolithic update. If you can submit a WIP PR to the relevant project then we can discuss the route to testing and adoption |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this works, would love to see in prod
With these changes startup script can create AAAA records
Also prevent querying upstream servers when resolution is done from cache.