mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 21:37:24 +02:00
Compare commits
7 Commits
8ab30e9b09
...
bc39daa2ed
Author | SHA1 | Date | |
---|---|---|---|
bc39daa2ed | |||
f70b5f371a | |||
57ac0a8c7a | |||
7c9aaef375 | |||
58bc1dd726 | |||
e9b77cbc05 | |||
7c39ebccee |
@ -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",
|
||||
"http.badssl.com,norwegianwifi.com,mywifiext.net,tplinkrepeater.net,router.asus.com",
|
||||
);
|
||||
|
||||
// Default UI scale
|
||||
|
@ -1,6 +1,7 @@
|
||||
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,7 +12,8 @@ Country=FI
|
||||
use_default_interface=true
|
||||
|
||||
# build-in network configuration including DHCP client
|
||||
EnableNetworkConfiguration=true
|
||||
# true if not using systemd-networkd!
|
||||
#EnableNetworkConfiguration=false
|
||||
|
||||
# NOTE! Disable this in case of trouble connecting to network entirely, e.g.
|
||||
# REALTEK devices!
|
||||
|
@ -9,9 +9,11 @@ Type=wlan
|
||||
RequiredFamilyForOnline=both
|
||||
# Always set administrative state to up. Implies RequiredForOnline=yes
|
||||
ActivationPolicy=always-up
|
||||
# Managed by iwd
|
||||
Unmanaged=true
|
||||
# If something else (like iwd EnableNetworkConfiguration=true) manages network,
|
||||
# uncomment
|
||||
#Unmanaged=true
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
IPv6PrivacyExtensions=true
|
||||
IPv6LinkLocalAddressGenerationMode=stable-privacy
|
||||
|
3
etc/systemd/system/nordvpnd.service.d/.gitignore
vendored
Normal file
3
etc/systemd/system/nordvpnd.service.d/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
iwd.conf
|
||||
network-online.conf
|
||||
never-fail.conf
|
1
etc/systemd/system/nordvpnd.service.d/iwd.conf
Symbolic link
1
etc/systemd/system/nordvpnd.service.d/iwd.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../service.d/iwd.conf
|
1
etc/systemd/system/nordvpnd.service.d/network-online.conf
Symbolic link
1
etc/systemd/system/nordvpnd.service.d/network-online.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../service.d/network-online.conf
|
1
etc/systemd/system/nordvpnd.service.d/never-fail.conf
Symbolic link
1
etc/systemd/system/nordvpnd.service.d/never-fail.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../service.d/never-fail.conf
|
3
etc/systemd/system/service.d/iwd.conf
Normal file
3
etc/systemd/system/service.d/iwd.conf
Normal file
@ -0,0 +1,3 @@
|
||||
[Unit]
|
||||
Wants=iwd.service
|
||||
After=iwd.service
|
3
etc/systemd/system/service.d/network-online.conf
Normal file
3
etc/systemd/system/service.d/network-online.conf
Normal file
@ -0,0 +1,3 @@
|
||||
[Unit]
|
||||
Wants=network-online.service
|
||||
After=network-online.service
|
@ -21,6 +21,11 @@ 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