Skip to content

Commit

Permalink
add test1 dhcp reservation
Browse files Browse the repository at this point in the history
  • Loading branch information
spacelama committed Aug 6, 2024
1 parent b111705 commit 9de449d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/openwrt/templates/dhcp.reservations.j2
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ config host
option name 'met'
option dns '1'

config host
option ip '192.168.4.35'
option mac '62:4B:A4:18:99:E2'
option name 'test1'
option dns '1'

{# Will become the kitchen light #}
config host
option ip '192.168.1.52'
Expand Down

0 comments on commit 9de449d

Please sign in to comment.