<Dandellion>
docker does its NATing via iptables as well right
<Dandellion>
does virtualisation.docker come in the way of networking.nat?
<andi->
yeah, IIRC it injects its own chain for that
<Dandellion>
so it co-exists fine?
<gchristensen>
so I'm wishing for a program which wrote to AWS R53 a few DNS records: AAAA $(hostname).domain for each ipv6 addr + A $(hostname).domain for the apparent public IPV4 addr + A wg0.$(hostname).domain for the wireguard wg0 interface address. anyone know of a thing or want to make it? :D
<andi->
why s3? can't you use nsupdate and just issue those updates?