dns use tailscale #164

Merged
DarkKirb merged 6 commits from dns-use-tailscale into main 2023-02-03 19:57:01 +00:00
Showing only changes of commit ae88c3fd25 - Show all commits

View file

@ -38,13 +38,13 @@
"action": "accept", "action": "accept",
"src": ["autogroup:members"], "src": ["autogroup:members"],
"dst": [ "dst": [
"tag:nixos-8gb-fsn-1:25", // SMTP "tag:nixos-8gb-fsn1-1:25", // SMTP
"tag:nixos-8gb-fsn-1:110", // POP3 "tag:nixos-8gb-fsn1-1:110", // POP3
"tag:nixos-8gb-fsn-1:143", // IMAP "tag:nixos-8gb-fsn1-1:143", // IMAP
"tag:nixos-8gb-fsn-1:465", // Submission "tag:nixos-8gb-fsn1-1:465", // Submission
"tag:nixos-8gb-fsn-1:587", // SMTPS "tag:nixos-8gb-fsn1-1:587", // SMTPS
"tag:nixos-8gb-fsn-1:993", // IMAPS "tag:nixos-8gb-fsn1-1:993", // IMAPS
"tag:nixos-8gb-fsn-1:995" // POP3S "tag:nixos-8gb-fsn1-1:995" // POP3S
] ]
}, },