diff options
Diffstat (limited to 'roles/install_babeld/templates/babeld.conf.j2')
-rw-r--r-- | roles/install_babeld/templates/babeld.conf.j2 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/roles/install_babeld/templates/babeld.conf.j2 b/roles/install_babeld/templates/babeld.conf.j2 index fbf7e30..4651b2f 100644 --- a/roles/install_babeld/templates/babeld.conf.j2 +++ b/roles/install_babeld/templates/babeld.conf.j2 @@ -38,7 +38,11 @@ reflect-kernel-metric true # Filtering rules. {% if 'uplink' in group_names %} -in le 0 deny # ignore default routes on uplinks +in ip 10.222.0.0/16 allow +in ip 2a03:2260:1016::/48 allow +in ip 2003:46:e028::/48 allow # finzelberg +in ip fd62:44e1:da::/48 allow +in deny # ignore default routes on uplinks {% endif %} {% if 'mullvad_uplink' in group_names %} |