[grantcodes], sketchess and [kevinmarks] joined the channel
#Loqi[superfeedr] "@reneehobbs @anterobot @readywriting @jcoiro @hickstro @wiobyrne @harmonygritz @bpenuel @lauriehenry..." by Greg McVerry on 2018-06-17 https://jgregorymcverry.com/3601-2/
[cleverdevil] joined the channel
#ancardaSo it looks like indieweb.org doesn't have IPv6 support, is anyone looking into that?
#aaronpkipv6 has been low priority on my servers. a lot of extra config work to get that working right
#ancardaIs that something I could possibly help out with?
#aaronpkI guess I mostly need an example nginx config that I can use for it. The trick is I have a whole bunch of different domains on the server so I need to make sure they all work with both addresses.
#aaronpkIdeally I don't want to have to duplicate the server block for each, I'm hoping I can put both addresses in the same block, but I haven't really dug into this yet
#ancardaYou just put another `listen` directive with `[::]:443`. The default site will need to also listen on IPv6, but everything else should basically just work fine
#ancardaSo, `listen [::]:80 default_server;` in `/etc/nginx/sites-enabled/default`
#aaronpkis there any reason to use individual ipv6 addresses per host or is [::] good enough?
#aaronpkit looks like there's a /64 assigned to the server
#ancardaPersonally, I just use `[::]`. Using an IP per host might be beneficial for, e.g. TLS without SNI or allowing per-website firewall rules
#aaronpkmost of the domains already share a v4 address
#ancardaI think that's the easiest way to get IPv6 working
[kevinmarks], j12t, gRegorLove, j12t_, [jgmac1106], [sebsel] and tantek__ joined the channel