-
Notifications
You must be signed in to change notification settings - Fork 3
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
COMMENT - Thanks For The V6DNS Gem! #3
Comments
yes on high latency it defaults to ipv4 sadly. chrome works well for you? i sometimes get ERR_NAME_RESOLUTION_FAILED from chrome because it continues query A record and v6dns does reply with empty because website is ipv6enabled ... shit chrome |
Ha ha. It was working great on Chrome for me every time until I tried to configure it to work with DNSMasq. I had it working a few times but tinkering with dnsmasq configs rendered v6dns inoperative. I'm on Ubuntu 16.04 LTS. I uninstalled and reinstalled via NPM and removed dnsmasq and reinstalled. If you have any suggestions, thanks in advance. Yes if Chrome would not try to CHOOSE for you and let you pick a preference of IPV6 or IPV4 all would be good. I'm starting to me the old tech days when companies and developers did not try to make everything easy and fool proof. You can barely configure anything anymore. |
i found a working solution for me with chrome and Force Internet Protocol Version 6 if you don't mind To use google public dns this may work for you too. but i have Not checked with DNSMasq! If you like to check Let me know |
Sure - I'd like to check it out (Force Internet Protocol Version 6) but I'd need it to revert to IPv4 on failure because i'm using a HE.net 6in4 tunnel. My ISP does not yet support IPv6. As I mentioned previously, I'm on a high latency satellite WAN internet link. Google Chrome's implementation for HappyEyeballs on dual stack machines doesn't work for me because it times out and reverts to IPv4 after 300ms. |
Okay, i have uploaded a Version with preferIPv6 of other nodejs resolver i do like To reference you to here: https://github.com/Opensourcecommunitydevelopment/dns-over-http2 Run it like ./dns-over-http2-master> this is Experimental Version only. if you find it working or Trouble that is IPv6 related Let me know please. Else the Main Location of it is found here! https://github.com/yyfrankyy/dns-over-http2 |
@Opensourcecommunitydevelopment OK, I've setup a clone of your code at https://github.com/GJSmith3rd/dns-over-http2 and setup PM2 and adjusted the code a bit for my preferred dev setup (MS VSCode). I'm getting a unhandled exception
Maybe you can enable issue tracking at https://github.com/Opensourcecommunitydevelopment/dns-over-http2 or comment on an issue at https://github.com/GJSmith3rd/dns-over-http2 I'm currently running node v4.2.6. Thanks... |
Just the gem I was looking for while I was battling Google Chromes 300 ms dual stack timer on a high latency (satellite 800+ ms) link. Chrome would always default to IPV4. V6DNS did just the trick.
The text was updated successfully, but these errors were encountered: