mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Use correct configuration according to systemd.network manpage
This commit is contained in:
parent
013fa0cd06
commit
4e64bb62e7
3 changed files with 7 additions and 7 deletions
|
|
@ -3,9 +3,9 @@ Name=enp2s0
|
|||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
DNS=9.9.9.9
|
||||
DNS=1.1.1.1
|
||||
DNSOverTLS=opportunistic
|
||||
DNSSEC=yes
|
||||
DNSSEC=true
|
||||
|
||||
[DHCP]
|
||||
RouteMetric=10
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@ Name=wlp3s0
|
|||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
DNS=9.9.9.9
|
||||
DNS=1.1.1.1
|
||||
DNSOverTLS=opportunistic
|
||||
DNSSEC=yes
|
||||
DNSSEC=true
|
||||
|
||||
[DHCP]
|
||||
RouteMetric=20
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@ Name=wlp0s20f0u2
|
|||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
DNS=9.9.9.9
|
||||
DNS=1.1.1.1
|
||||
DNSOverTLS=opportunistic
|
||||
DNSSEC=yes
|
||||
DNSSEC=true
|
||||
|
||||
[DHCP]
|
||||
RouteMetric=20
|
||||
RouteMetric=30
|
||||
UseDNS=no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue