mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 19:43:36 +00:00
19 lines
351 B
Plaintext
19 lines
351 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, osx]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# dhcp6d
|
|
|
|
> Stateless DHCPv6 server. See also: `InternetSharing`.
|
|
> It should not be invoked manually.
|
|
> More information: <https://www.manpagez.com/man/8/dhcp6d/>.
|
|
|
|
- Start the daemon:
|
|
|
|
`dhcp6d`
|
|
|
|
- Use a custom configuration:
|
|
|
|
`dhcp6d {{path/to/config_file}}`
|