-
acme.sh with lighttpd on pihole
# 20220718 – updated with some things I’ve learned since I wrote the original post. # 20240527 – I’m reinstalling pihole from scratch and finding a few things have changed… like lighthttpd not automatically loading mod_openssl and external.conf is not a thing anymore. Updating these instructions as I go along. I’m going to assume you’ve…
-
Windows 10 1607 IPv6 DHCP Clients
Noticed IPv6 DHCP was broken on all my Windows 10 clients after I upgraded to the anniversary edition (1607). Had to run a couple powershell commands to get them pulling addresses: Wired: Set-NetIPInterface ethernet -AddressFamily ipv6 -RouterDiscovery Enabled Set-NetIPInterface ethernet -AddressFamily ipv6 -ManagedAddressConfiguration Enabled Wireless: Set-NetIPInterface wi-fi -AddressFamily ipv6 -RouterDiscovery Enabled Set-NetIPInterface wi-fi -AddressFamily ipv6…
