Files
dao_hades/firewall/mullvad_tailscale.conf
Jamie Albert 5bc91f8354 remove github
2025-11-02 21:18:46 +00:00

12 lines
341 B
Plaintext
Executable File

table inet mullvad_tailscale {
chain output {
type route hook output priority -100; policy accept;
ip daddr 100.64.0.0/10 ct mark set 0x00000f41 meta mark set 0x6d6f6c65;
}
chain input {
type filter hook input priority -100; policy accept;
ip saddr 100.64.0.0/10 ct mark set 0x00000f41 meta mark set 0x6d6f6c65;
}
}