From a714928512a80ca1f3216fb27e6daa617e12e69a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 22 Feb 2024 22:37:57 -0500 Subject: just stop letting tailscale manage dns it breaks too much --- modules/base/templates/hosts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/base') diff --git a/modules/base/templates/hosts b/modules/base/templates/hosts index 63fe815..73bfc38 100644 --- a/modules/base/templates/hosts +++ b/modules/base/templates/hosts @@ -1,2 +1,6 @@ 127.0.0.1 localhost 127.0.1.1 <%= @hostname %>.localdomain <%= @hostname %> + +<% @vpn_ips.each do |hostname, ip| -%> +<%= ip %> <%= hostname %>.algo +<% end -%> -- cgit v1.2.3-54-g00ecf