From db882415021508ced8b0b8e1ce78f03cc5cf724a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 1 Jan 2015 13:03:30 -0400 Subject: noticed a minor bug --- doc/todo/spin_and_ipv6_addresses.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/todo/spin_and_ipv6_addresses.mdwn (limited to 'doc/todo') 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. + -- cgit v1.3-2-g0d8e From df8d8eb5328b19dcde123d46d6cd9db0e2df88e9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 4 Jan 2015 17:16:43 -0400 Subject: close --- doc/todo/ssh_hostkey_Info.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/todo') diff --git a/doc/todo/ssh_hostkey_Info.mdwn b/doc/todo/ssh_hostkey_Info.mdwn index a7f8a66a..70c88339 100644 --- a/doc/todo/ssh_hostkey_Info.mdwn +++ b/doc/todo/ssh_hostkey_Info.mdwn @@ -5,3 +5,5 @@ the PrivData, and instead configured using the info. Getting the ssh host key into the info will allow automatically exporting it via DNS (SSHFP record) + +[[done]]; although I did not implement SSHFTP yet, it should be doable now. -- cgit v1.3-2-g0d8e