-
-
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
Steamcache not working with IPv6 on #24
Comments
Currently ipv6 is largely untested within the cache images. The steamcache-dns is intended as a simple solution to the dns interception and will NOT be supporting ipv6 anytime soon. If you want to use ipv6 you would need to implement your own dns solution for the time being i'm afraid |
I just bumped into this as well. If it's still a wontfix, it would be helpful if there was a message in the README to disable IPv6 or at least DNS over IPv6. If you have a network assigning IPv6 address and follow the readme, you only see traffic going to your cache sporadically. e.g. uklans/cache-domains#109 |
Although I don't imagine we'll have full IPv6 support soon (i.e. content being downloaded via IPv6 addresses) and therefore not supporting IPv6 only networks (yet) ... I fully expect it to work fine if you expose the lancache-dns image on an IPv6 address and set it as your DNS server in your IPv6 settings (the same as you have to do with your IPv4 settings). |
I can confirm, IPv6 DNS lookup resolves down to the IPv4 served by Monolithic or whatever cache you are using. However, IPv6 support in docker is something I haven't looked into in a while, but it's not likely user friendly. The easiest solution is to simply disable IPv6 DNS, which shouldn't cause any issues since a IPv4 DNS server will respond with IPv6 addresses so your network will still work as intended. |
Issue Description:
I installed steamcache-dns and steamcache/generic and everthing works fine, but only if i turn ipv6 off.
If i have ipv6 on it always walks that way and ignores my ipv4 dns and steam cache...
Is ipv6 support still missing or am i just too stupid to get it working right?
Docker Run Command:
The text was updated successfully, but these errors were encountered: