Bläddra i källkod

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

Signed-off-by: Andrea Barberio <insomniac@slackware.it>
Andrea Barberio 9 månader sedan
förälder
incheckning
dc09130d05
1 ändrade filer med 1 tillägg och 1 borttagningar
  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