Skip to content

Commit

Permalink
dhcp_server: Remove eth from DOCS.md (#3638)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Jun 12, 2024
1 parent d84ab8e commit ce7ae49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dhcp_server/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ networks:
range_end: 192.168.1.200
broadcast: 192.168.1.255
gateway: 192.168.1.1
interface: eth0
interface: end0
hosts:
- name: webcam_xy
mac: aa:bb:ee:cc
Expand Down Expand Up @@ -110,7 +110,7 @@ This is usually the IP address of your router.

#### Option: `networks.interface`

The network interface to listen to for this network, e.g., `eth0`.
The network interface to listen to for this network, e.g., `end0`.

### Option: `hosts` (optional)

Expand Down

0 comments on commit ce7ae49

Please sign in to comment.