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. "6558d851eb0522ff4ce96b2d90df7fd983831c0b" and "dc1fa5e65d91deae62933c7ba19bd8ffcbf660da" have entirely different histories.
6558d851eb
...
dc1fa5e65d
@ -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://dns0.eu");
|
defaultPref("network.trr.uri", "https://base.dns.mullvad.net/dns-query");
|
||||||
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(
|
||||||
|
@ -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=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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user