Emit the build into build//spongebob.ipng.nl//

This commit is contained in:
Pim van Pelt
2022-10-13 21:42:01 +02:00
parent 27d4ec6194
commit ad7b311f46
37 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1,11 @@
protocol static static4 {
ipv4 { export all; };
# route 192.0.2.0/24 via 10.0.0.1;
route 192.168.10.0/24 unreachable;
}
protocol static static6 {
ipv6 { export all; };
# route 2001:db8:cafe::/48 via 2001:db8::1;;
route 2001:678:d78:200::/60 unreachable;
}