Commit Graph

3 Commits

Author SHA1 Message Date
jason 41a0aef993 🐛 Fix container DNS: ship resolv.conf without search domain 🐛
Hosts with a search domain cause containers to inherit it. When the
zone has a wildcard AAAA record, public hostnames resolve to the host's
own IPv6 address instead of the real server, breaking all outbound
HTTPS and DNS from inside the container.
The entrypoint already has a hook: if /usr/local/etc/resolv.conf
exists it replaces /etc/resolv.conf at container startup. Ship a
clean resolv.conf with Cloudflare + Google DNS and no search domain
so container DNS is always correct regardless of host configuration.
- rootfs/usr/local/etc/resolv.conf: new file — clean DNS, no search domain

rootfs/
2026-06-05 12:44:34 -04:00
jason 2354d8b6e8 Create initial TODO.AI.md for ClawLama project
Add detailed TODO list for ClawLama project phases including Docker setup, configuration, utility scripts, documentation, and validation criteria.
2026-02-17 22:52:35 -05:00
jason 412ca5575d Create AI.md with project overview and details
Add comprehensive documentation for ClawLama project, detailing architecture, features, installation, and usage.
2026-02-17 22:51:41 -05:00