diff options
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/network.GNU-kFreeBSD.in | 4 | ||||
-rw-r--r-- | conf.d/staticroute.GNU-kFreeBSD.in | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/conf.d/network.GNU-kFreeBSD.in b/conf.d/network.GNU-kFreeBSD.in new file mode 100644 index 00000000..9f49b81a --- /dev/null +++ b/conf.d/network.GNU-kFreeBSD.in @@ -0,0 +1,4 @@ + +# You can assign a default route +#defaultroute="192.168.0.1" +#defaultroute6="2001:a:b:c" diff --git a/conf.d/staticroute.GNU-kFreeBSD.in b/conf.d/staticroute.GNU-kFreeBSD.in new file mode 100644 index 00000000..9f541524 --- /dev/null +++ b/conf.d/staticroute.GNU-kFreeBSD.in @@ -0,0 +1,5 @@ +# Separate multiple routes using ; or new lines. + +# Example static routes. See route(8) for syntax. +#staticroute="net 192.168.0.0 10.73.1.1 netmask 255.255.255.0 +#net 192.168.1.0 10.73.1.1 netmask 255.255.255.0" |