ipv6 first
#176
Replies: 1 comment
-
As mentioned in #163 (comment), |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at:
https://docs.oracle.com/cd/E19683-01/817-0573/chapter1-42/index.html
it appears to me as if a lot of problems with network identity go automagically away with ip6.
We should consider, once entering the realm of devos networking to fare an ip6-first approach and unlock some of its beuties for a broader nix community.
For a start, in home environments, driving name resolution via MulticastDNS is perfectly doable (and easy) and users could reach their hosts by their dns names even on a switch.
See also: serokell/deploy-rs#75 (comment)
Beta Was this translation helpful? Give feedback.
All reactions