Every time we add a local service (e.g. litellm.test, api.test), we manually edit /etc/hosts. This doesn't scale — it's easy to forget, hard to keep in sync across team members, and there's no single source of truth.
We should have wildcard DNS for a local TLD so *.test just works.
Every time we add a local service (e.g.
litellm.test,api.test), we manually edit/etc/hosts. This doesn't scale — it's easy to forget, hard to keep in sync across team members, and there's no single source of truth.We should have wildcard DNS for a local TLD so
*.testjust works.