Procházet zdrojové kódy

Merge pull request #91 from slackhq/fix_examle

derp- example config is now less silly
Ryan Huber před 5 roky
rodič
revize
cec698b1b3
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3 2
      examples/config.yml

+ 3 - 2
examples/config.yml

@@ -104,8 +104,9 @@ tun:
   # Unsafe routes should be avoided unless you have hosts/services that cannot run nebula
   # 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
   # NOTE: The nebula certificate of the "via" node *MUST* have the "route" defined as a subnet in its certificate
   unsafe_routes:
   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
 # TODO