Skip to content

Commit

Permalink
dnsmasq: set a cachesize default value 8192
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf authored and pull[bot] committed Oct 17, 2024
1 parent a8e7cb4 commit 44988e6
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 63 deletions.
1 change: 1 addition & 0 deletions package/network/services/dnsmasq/files/dhcp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ config dnsmasq
option domain 'lan'
option expandhosts 1
option nonegcache 0
option cachesize 8192
option authoritative 1
option readethers 1
option leasefile '/tmp/dhcp.leases'
Expand Down
Loading

0 comments on commit 44988e6

Please sign in to comment.