diff options
| -rw-r--r-- | doc/todo/spin_and_ipv6_addresses.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/spin_and_ipv6_addresses.mdwn b/doc/todo/spin_and_ipv6_addresses.mdwn new file mode 100644 index 00000000..8693f16e --- /dev/null +++ b/doc/todo/spin_and_ipv6_addresses.mdwn @@ -0,0 +1,8 @@ +Currently, --spin uses Network.BSD to look up IPv4 addresses of hostnames. +Not Ipv6. + +This doesn't prevent using propellor with IPv6 only hosts. But it prevents +using short names for such hosts with --spin. And, propellor only looks at +configured ipv4 properties of a host when deciding if the DNS hostname is +out of date, and falling back to contacting the host by IPv6 address. + |
