Compare commits

..

No commits in common. "bc39daa2ed95711e5281cc1699c83d34a62e2ca8" and "8ab30e9b09798aa4cd1e646366262cf54284468c" have entirely different histories.

11 changed files with 4 additions and 25 deletions

View File

@ -79,7 +79,7 @@ defaultPref("network.dns.use_https_rr_as_altsvc", true);
defaultPref("network.trr.exclude-etc-hosts", false); defaultPref("network.trr.exclude-etc-hosts", false);
defaultPref( defaultPref(
"network.trr.excluded-domains", "network.trr.excluded-domains",
"http.badssl.com,norwegianwifi.com,mywifiext.net,tplinkrepeater.net,router.asus.com", "http.badssl.com,norwegianwifi.com",
); );
// Default UI scale // Default UI scale

View File

@ -1,7 +1,6 @@
exec --no-startup-id foot --title=system\ journal journalctl -f exec --no-startup-id foot --title=system\ journal journalctl -f
exec --no-startup-id foot --title=user\ journal journalctl -f --user exec --no-startup-id foot --title=user\ journal journalctl -f --user
exec --no-startup-id foot --title=iwd\ log journalctl -u iwd -f exec --no-startup-id foot --title=iwd\ log journalctl -u iwd -f
exec --no-startup-id foot --title=networkd\ log journalctl -u systemd-networkd -f
exec --no-startup-id foot --title=resolved\ log journalctl -u systemd-resolved -f exec --no-startup-id foot --title=resolved\ log journalctl -u systemd-resolved -f
exec --no-startup-id foot --title=unbound\ log journalctl -u unbound -f exec --no-startup-id foot --title=unbound\ log journalctl -u unbound -f
# Debian uses chrony, Fedora chronyd. Comment inappropiate. # Debian uses chrony, Fedora chronyd. Comment inappropiate.

View File

@ -12,8 +12,7 @@ Country=FI
use_default_interface=true use_default_interface=true
# build-in network configuration including DHCP client # build-in network configuration including DHCP client
# true if not using systemd-networkd! EnableNetworkConfiguration=true
#EnableNetworkConfiguration=false
# NOTE! Disable this in case of trouble connecting to network entirely, e.g. # NOTE! Disable this in case of trouble connecting to network entirely, e.g.
# REALTEK devices! # REALTEK devices!

View File

@ -9,11 +9,9 @@ Type=wlan
RequiredFamilyForOnline=both RequiredFamilyForOnline=both
# Always set administrative state to up. Implies RequiredForOnline=yes # Always set administrative state to up. Implies RequiredForOnline=yes
ActivationPolicy=always-up ActivationPolicy=always-up
# If something else (like iwd EnableNetworkConfiguration=true) manages network, # Managed by iwd
# uncomment Unmanaged=true
#Unmanaged=true
[Network] [Network]
DHCP=yes
IPv6PrivacyExtensions=true IPv6PrivacyExtensions=true
IPv6LinkLocalAddressGenerationMode=stable-privacy IPv6LinkLocalAddressGenerationMode=stable-privacy

View File

@ -1,3 +0,0 @@
iwd.conf
network-online.conf
never-fail.conf

View File

@ -1 +0,0 @@
../service.d/iwd.conf

View File

@ -1 +0,0 @@
../service.d/network-online.conf

View File

@ -1 +0,0 @@
../service.d/never-fail.conf

View File

@ -1,3 +0,0 @@
[Unit]
Wants=iwd.service
After=iwd.service

View File

@ -1,3 +0,0 @@
[Unit]
Wants=network-online.service
After=network-online.service

View File

@ -21,11 +21,6 @@ forward-zone:
forward-tls-upstream: no forward-tls-upstream: no
forward-addr: 8.8.8.8 forward-addr: 8.8.8.8
forward-zone:
name: "norwegianwifi.com"
forward-tls-upstream: no
forward-addr: 8.8.8.8
# Can I refer to subdomain as a zone? # Can I refer to subdomain as a zone?
forward-zone: forward-zone:
name: "http.badssl.com" name: "http.badssl.com"