mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:47:45 +00:00
Servers: Add a new DHCP client
This adds a DHCPClient...Server that leases IPv4s.
This commit is contained in:
parent
77191d82dc
commit
3e8cf79efa
8 changed files with 840 additions and 1 deletions
|
@ -20,6 +20,11 @@ Priority=low
|
|||
KeepAlive=1
|
||||
User=lookup
|
||||
|
||||
[DHCPClient]
|
||||
Priority=high
|
||||
KeepAlive=1
|
||||
User=root
|
||||
|
||||
[NotificationServer]
|
||||
Socket=/tmp/portal/notify
|
||||
SocketPermissions=660
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue