File: readme.md

package info (click to toggle)
golang-github-lifenjoiner-dhcpdns 0.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: makefile: 4
file content (19 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
`dhcpdns` is a golang package to get the DHCP DNS.

It helps programs to use the upstream DNS easily when your network changed.

## Usage and Demo

[cli](./cli) detects the DHCPv6/DHCPv4 DNS repeatedly.

Enter cli dir in CLI:
```
go build
cli
```

It will need root privileges on operating systems other than Windows.

## Homepage

https://github.com/lifenjoiner/dhcpdns