feat: move config from arc

This commit is contained in:
Jamie Albert
2025-11-03 16:07:40 +00:00
parent 5bc91f8354
commit a533ac2102
25 changed files with 7584 additions and 352 deletions

View File

@@ -0,0 +1,6 @@
table inet mullvad_tailscale {
chain output {
type route hook output priority 0; policy accept;
ip daddr 100.64.0.0/10 ct mark set 0x00000f41 meta mark set 0x6d6f6c65;
}
}