summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/sif/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix
index bcfa1e10..a1220005 100644
--- a/hosts/sif/default.nix
+++ b/hosts/sif/default.nix
@@ -175,6 +175,12 @@ in {
175 }; 175 };
176 } 176 }
177 { routingPolicyRuleConfig = { 177 { routingPolicyRuleConfig = {
178 Table = "main";
179 To = "10.153.91.204";
180 Priority = 100;
181 };
182 }
183 { routingPolicyRuleConfig = {
178 Table = "wgrz"; 184 Table = "wgrz";
179 From = "10.200.116.128"; 185 From = "10.200.116.128";
180 Priority = 200; 186 Priority = 200;