Skip to content
Snippets Groups Projects
routes.conf 443 B
/*
 _______  ______ _____ _______ __   _ _______ _______
 |______ |_____/   |   |       | \  | |______    |
 |______ |    \_ __|__ |_____  |  \_| |______    |

Routes
*/

#protocol static
#{
#    ipv6;
#	route 2a0e:8f00:fa00::/40 via 2a0c:9a40:1::303;
#    route 2a0f:85c1:21::/48 via 2a0c:9a40:1::303;
#}

protocol static DefTabl6 {
ipv6;
route ::/0 reject;
}

filter DefTabl6f {
        if net = ::/0 then accept;
                reject;
}