mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-02-19 06:22:41 +00:00
initial commit
This commit is contained in:
commit
259fee630b
127 changed files with 7811 additions and 0 deletions
21
public/en/custom-dns-resolver-on-debian-12.gmi
Normal file
21
public/en/custom-dns-resolver-on-debian-12.gmi
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Custom DNS resolver on Debian 12
|
||||
|
||||
Add name server:
|
||||
|
||||
``` /etc/resolv.conf
|
||||
nameserver xx.xx.xx.xx
|
||||
```
|
||||
|
||||
Disable settings overwrite on system reboot:
|
||||
|
||||
``` /etc/dhcp/dhclient.conf
|
||||
# domain-name, domain-name-servers, domain-search, host-name,
|
||||
# dhcp6.name-servers, dhcp6.domain-search, dhcp6.fqdn, dhcp6.sntp-servers,
|
||||
```
|
||||
|
||||
Alternatively:
|
||||
|
||||
``` /etc/NetworkManager/NetworkManager.conf
|
||||
[main]
|
||||
dns=none
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue