Commit Graph

7 Commits

Author SHA1 Message Date
Radon Rosborough 4e032aaecb Deal with some DNS garbage
Apparently, my laptop was using 75.75.75.75 from Comcast as one of its
DNS servers, and unfortunately that server was totally broken (dig
@75.75.75.75 never returned results). I had to edit
/etc/systemd/resolved.conf to override DNS=8.8.8.8, then things worked
again. How DNS resolution worked at all outside of Docker was unclear
to me, but overriding 75.75.75.75 makes it work inside as well (when
not operating in --network=host mode).
2021-01-17 11:56:57 -08:00
Radon Rosborough 9a99429f48 Miscellaneous work starting to support langs 2021-01-06 21:44:27 -08:00
Radon Rosborough d54d0fb5bb Import webserver and get it running 2020-12-24 21:49:26 -08:00
Radon Rosborough 967cf770c2 Various aesthetic improvements 2020-12-24 13:45:26 -08:00
Radon Rosborough f544ae6c16 Successfully deploy working artifacts to S3 2020-12-23 21:15:40 -08:00
Radon Rosborough eeadee7349 Generate Python .deb from config 2020-12-22 21:16:35 -08:00
Radon Rosborough da605793c6 Fill out Makefile 2020-12-22 20:19:22 -08:00