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