mirror of
https://github.com/coredhcp/coredhcp.git
synced 2025-08-06 14:17:26 +02:00
Fixed example: reference to sqlite3 db rather than old txt file
Signed-off-by: Andrea Barberio <insomniac@slackware.it>
This commit is contained in:
parent
cbc175753a
commit
dc09130d05
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user