mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
No commits in common. "bc39daa2ed95711e5281cc1699c83d34a62e2ca8" and "8ab30e9b09798aa4cd1e646366262cf54284468c" have entirely different histories.
bc39daa2ed
...
8ab30e9b09
@ -79,7 +79,7 @@ defaultPref("network.dns.use_https_rr_as_altsvc", true);
|
||||
defaultPref("network.trr.exclude-etc-hosts", false);
|
||||
defaultPref(
|
||||
"network.trr.excluded-domains",
|
||||
"http.badssl.com,norwegianwifi.com,mywifiext.net,tplinkrepeater.net,router.asus.com",
|
||||
"http.badssl.com,norwegianwifi.com",
|
||||
);
|
||||
|
||||
// Default UI scale
|
||||
|
@ -1,7 +1,6 @@
|
||||
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=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=unbound\ log journalctl -u unbound -f
|
||||
# Debian uses chrony, Fedora chronyd. Comment inappropiate.
|
||||
|
@ -12,8 +12,7 @@ Country=FI
|
||||
use_default_interface=true
|
||||
|
||||
# build-in network configuration including DHCP client
|
||||
# true if not using systemd-networkd!
|
||||
#EnableNetworkConfiguration=false
|
||||
EnableNetworkConfiguration=true
|
||||
|
||||
# NOTE! Disable this in case of trouble connecting to network entirely, e.g.
|
||||
# REALTEK devices!
|
||||
|
@ -9,11 +9,9 @@ Type=wlan
|
||||
RequiredFamilyForOnline=both
|
||||
# Always set administrative state to up. Implies RequiredForOnline=yes
|
||||
ActivationPolicy=always-up
|
||||
# If something else (like iwd EnableNetworkConfiguration=true) manages network,
|
||||
# uncomment
|
||||
#Unmanaged=true
|
||||
# Managed by iwd
|
||||
Unmanaged=true
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
IPv6PrivacyExtensions=true
|
||||
IPv6LinkLocalAddressGenerationMode=stable-privacy
|
||||
|
@ -1,3 +0,0 @@
|
||||
iwd.conf
|
||||
network-online.conf
|
||||
never-fail.conf
|
@ -1 +0,0 @@
|
||||
../service.d/iwd.conf
|
@ -1 +0,0 @@
|
||||
../service.d/network-online.conf
|
@ -1 +0,0 @@
|
||||
../service.d/never-fail.conf
|
@ -1,3 +0,0 @@
|
||||
[Unit]
|
||||
Wants=iwd.service
|
||||
After=iwd.service
|
@ -1,3 +0,0 @@
|
||||
[Unit]
|
||||
Wants=network-online.service
|
||||
After=network-online.service
|
@ -21,11 +21,6 @@ forward-zone:
|
||||
forward-tls-upstream: no
|
||||
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?
|
||||
forward-zone:
|
||||
name: "http.badssl.com"
|
||||
|
Loading…
x
Reference in New Issue
Block a user