Replace tailscale with netbird

This commit is contained in:
Tobias Reisinger 2025-12-11 22:43:45 +01:00
parent fc745fa8b4
commit 8afa6f5c7a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
13 changed files with 89 additions and 141 deletions

View file

@ -36,7 +36,6 @@ function my_host_record(target, host, vpn) {
if (vpn) {
return [
A(target, host.ipv4_address_vpn),
AAAA(target, host.ipv6_address_vpn)
];
}
else {