From cedf9549a6dfe2476ec58c639a9e3e6065e1f5b9 Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Thu, 12 Dec 2019 18:50:52 +0000 Subject: [PATCH] derp- example config is now less silly --- examples/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/config.yml b/examples/config.yml index 5491eac..dd3e9df 100644 --- a/examples/config.yml +++ b/examples/config.yml @@ -104,8 +104,9 @@ tun: # Unsafe routes should be avoided unless you have hosts/services that cannot run nebula # NOTE: The nebula certificate of the "via" node *MUST* have the "route" defined as a subnet in its certificate unsafe_routes: - - route: 172.16.1.0/24 - via: 192.168.100.99 + #- route: 172.16.1.0/24 + # via: 192.168.100.99 + # mtu: 1300 #mtu will default to tun mtu if this option is not sepcified # TODO