#petermolnar!tell [jeremycherfas] run it on a filesystem which can do snapshots - lvm2, btrfs, zfs - and stop worrying about accidentally deleting things :) although snapshots don't always work on innodb databases, which is a problem
#sknebelthat seems to be one of those things that either work for you or don't
#snarfedeh no, it's doable, just a ton of work (DKIM, DomainKeys, etc) and black magic and a moving target
leg, davidmead and [kevinmarks] joined the channel
#[kevinmarks]Yes indeed. I had to help my son understand it for his job a few months back, and it is a dark art indeed
#sknebelthe black art is what I meant with "works for you or don't". Some people seem set everything up and it works reliably for years, others are all the time hunting issues, without any clear info why
#aaronpkmine worked for years until it started sending bounce spam
davidmead joined the channel
#[kevinmarks]Another dark art is email compatible html
Karish and clintpatty joined the channel
#sknebelfor those using .dev domains for testing, Google announced that those will be added to the HSTS preload lists and thus won't work without HTTPS anymore
#ZegnatI read about that. I think someone said to switch from .dev to .test, would that help? Are there any “reserved” tlds to use for dev?
[kevinmarks] joined the channel
#[kevinmarks]Ownyourgram.com now wants a rel=me link?
#sknebelZegnat: RFC2606: .test, .example, .invalid, the first one probably the best choice (not sure if any code actually rejects .exampele or .invalid)
#aaronpkoh well, at least i have SSL on all my .dev domains anyway
#aaronpk[kevinmarks]: last year when I changed OwnYourGram to scraping instead of using the API i also changed the way the setup works to use rel=me links
#ZegnatIt does feel a little odd to do GSTS for an entire tld. I will move to .test then.
#aaronpkI decided to switch my dev domain setup to have the local copy of every live site I work on append .dev to the domain, so my local copy of my site is aaronparecki.com.dev for example
#sknebelif you really only use it on your local machine it might not matter, but over network it'll likely fail
#aaronpkthe nice thing is I can make a wildcard cert for *.com.dev *.net.dev *.org.dev and I can use the same cert for everything ?
#sknebelit was common to use .local for active directory domains for a while, that caused horrible issues later on
#sknebelbecause newer devices didn't ask DNS for .local names anymore
#sknebelSo thinking about it, .local is fine as long as you are aware of how it works and use it accordingly (e.g. if you want to use it across devices, use mDNS instead of putting it in a local DNS server etc)