Lazy commit

This commit is contained in:
Jamie Albert
2025-11-06 02:30:35 +00:00
parent f0095371fa
commit e5d26bd32b
143 changed files with 9207 additions and 6385 deletions

View File

@@ -0,0 +1,11 @@
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;
}
}