Server/borg: allow connections from localhost

This commit is contained in:
Toast 2025-12-14 21:33:40 +01:00
parent 4828dc5a21
commit 9f53c984f4

View file

@ -13,6 +13,7 @@
AllowUsers = [ AllowUsers = [
"borg@*.tailscale" "borg@*.tailscale"
"borg@192.168.1.0/24" "borg@192.168.1.0/24"
"borg@localhost"
]; ];
}; };
} }