nixos/britway: Export route to Dublin
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 18m59s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 18m59s
This commit is contained in:
parent
9b05e7cd8d
commit
54b0224311
@ -92,7 +92,10 @@ in
|
||||
protocol kernel kernel6 {
|
||||
ipv6 {
|
||||
import none;
|
||||
export none;
|
||||
export filter {
|
||||
if net = HOMENET6 then accept;
|
||||
reject;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user