Compare commits

..

2 Commits

Author SHA1 Message Date
6558d851eb
sway/autostart-foot-journalctl.conf: add systemd-resolved 2023-12-01 11:19:40 +02:00
b070a01c25
LibreAwoo: use DNS0 for TRR
DNS level blocking is reduntant here and has no options for unblocking.
Besides my family tech support role is pushing DNS0 to family, so when
it doesn't work, I should be aware.
2023-12-01 09:57:17 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -60,8 +60,8 @@ defaultPref("reader.parse-on-load.force-enabled", true);
// TRR & ECH // TRR & ECH
defaultPref("network.trr.mode", 3); defaultPref("network.trr.mode", 3);
defaultPref("network.trr.early-AAAA", true); defaultPref("network.trr.early-AAAA", true);
defaultPref("network.trr.uri", "https://base.dns.mullvad.net/dns-query"); defaultPref("network.trr.uri", "https://dns0.eu");
//defaultPref("network.trr.disable-ECS", false); defaultPref("network.trr.disable-ECS", false);
defaultPref("network.dns.echconfig.enabled", true); defaultPref("network.dns.echconfig.enabled", true);
defaultPref("network.dns.use_https_rr_as_altsvc", true); defaultPref("network.dns.use_https_rr_as_altsvc", true);
defaultPref( defaultPref(

View File

@ -1,6 +1,7 @@
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=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.
exec --no-startup-id foot --title=chrony\ log journalctl -u chrony -f exec --no-startup-id foot --title=chrony\ log journalctl -u chrony -f