Procházet zdrojové kódy

Fixed example: reference to sqlite3 db rather than old txt file

Signed-off-by: Andrea Barberio <insomniac@slackware.it>
Andrea Barberio před 9 měsíci
rodič
revize
dc09130d05
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      cmds/coredhcp/config.yml.example

+ 1 - 1
cmds/coredhcp/config.yml.example

@@ -157,7 +157,7 @@ server4:
         # allocated to clients will be stored across server restarts
         # * lease duration can be given in any format understood by go's
         # "ParseDuration": https://golang.org/pkg/time/#ParseDuration
-        - range: leases.txt 10.10.10.100 10.10.10.200 60s
+        - range: leases.sqlite3 10.10.10.100 10.10.10.200 60s
 
         # staticroute advertises additional routes the client should install in
         # its routing table as described in RFC3442