scripts/network/20-wired.network

22 lines
416 B
SYSTEMD
Raw Normal View History

2019-05-11 13:04:10 -07:00
[Match]
Name=enp1s0
[Network]
Description=Router
# Routing
2019-05-11 13:04:10 -07:00
Address=192.168.1.2/24
Address=fe80::2e44:fdff:fe1c:4e86/64
2019-05-11 13:04:10 -07:00
Gateway=192.168.1.1
Gateway=fe80::daa7:56ff:fe95:94b2
# DNS Options (enable everything)
MulticastDNS=true
DNSOverTLS=opportunistic
DNSSEC=allow-downgrade
Domains=~
2019-05-18 19:20:53 -07:00
# Google DNS
2019-05-11 13:04:10 -07:00
DNS=2001:4860:4860::8888
DNS=2001:4860:4860::8844
# Geez, did this asshole not configure IPv6?
2019-05-11 13:04:10 -07:00
DNS=8.8.8.8
DNS=8.8.4.4