mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
No commits in common. "ba55b2c9e9468aa7cc48d7a75ac7e9fb0cea9fb3" and "70ed8907421dfc810ce9a5a433015427b1985c0f" have entirely different histories.
ba55b2c9e9
...
70ed890742
@ -6,7 +6,6 @@
|
|||||||
#exec --no-startup-id lxpolkit
|
#exec --no-startup-id lxpolkit
|
||||||
# The KDE version as I tend to have it as base image (Fedora)
|
# The KDE version as I tend to have it as base image (Fedora)
|
||||||
exec --no-startup-id /usr/libexec/kf5/polkit-kde-authentication-agent-1
|
exec --no-startup-id /usr/libexec/kf5/polkit-kde-authentication-agent-1
|
||||||
exec --no-startup-id /usr/libexec/kf6/polkit-kde-authentication-agent-1
|
|
||||||
# Debian
|
# Debian
|
||||||
exec --no-startup-id /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1
|
exec --no-startup-id /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1
|
||||||
|
|
||||||
|
@ -6,24 +6,20 @@
|
|||||||
# https://github.com/systemd/systemd/issues/10579 & https://github.com/systemd/systemd/issues/9867
|
# https://github.com/systemd/systemd/issues/10579 & https://github.com/systemd/systemd/issues/9867
|
||||||
# Solution that I dislike: use both unbound & systemd-resolved! When one
|
# Solution that I dislike: use both unbound & systemd-resolved! When one
|
||||||
# breaks, maybe the other still works! Funnily /etc/resolv.conf is still
|
# breaks, maybe the other still works! Funnily /etc/resolv.conf is still
|
||||||
# restricted to three nameservers. However this may cause slowness unless
|
# restricted to three nameservers.
|
||||||
# the options timeout is specified and I increase attempts to further prefer
|
|
||||||
# unbound (which is listed twice).
|
|
||||||
|
|
||||||
# unbound or other local resolver
|
# unbound
|
||||||
nameserver ::1
|
nameserver ::1
|
||||||
nameserver 127.0.0.1
|
nameserver 127.0.0.1
|
||||||
|
|
||||||
# systemd-resolved. WARNING: May cause DNS leaks.
|
# systemd-resolved. WARNING: May cause DNS leaks.
|
||||||
nameserver 127.0.0.53
|
nameserver 127.0.0.53
|
||||||
# also systemd-resolved, but this is limited to three entries (others ignored)
|
|
||||||
#nameserver 127.0.0.54
|
|
||||||
|
|
||||||
|
# rotate = randomly use all
|
||||||
# edns0 = extended DNS
|
# edns0 = extended DNS
|
||||||
# trust-ad = trust DNSSEC authenticated data
|
# trust-ad DNSSEC answers
|
||||||
# timeout:1 = nameserver timeout 1 s (default 5, max 30), then next
|
#options rotate edns0 trust-ad
|
||||||
# attempts:5 = if all nameservers fail, attempt again 5 times (def 2, max 5)
|
options edns0 trust-ad
|
||||||
options edns0 trust-ad timeout:1 attempts:5
|
|
||||||
|
|
||||||
# no sending local domain to upstream whenever NXDOMAIN happens
|
# no sending local domain to upstream whenever NXDOMAIN happens
|
||||||
search .
|
search .
|
||||||
|
@ -254,12 +254,6 @@ export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
|
|||||||
# znc uses this variable for figuring out hostname
|
# znc uses this variable for figuring out hostname
|
||||||
#export HOSTNAME=$(hostname --fqdn)
|
#export HOSTNAME=$(hostname --fqdn)
|
||||||
|
|
||||||
# Ensure not leaking queries to upstream nameservers (resolv.conf)
|
|
||||||
export LOCALDOMAIN=.
|
|
||||||
# Secureish resolv.conf options (except trust-ad, but systemd also sets it
|
|
||||||
# regardless of whether DNSSEC=true or not.
|
|
||||||
export RES_OPTIONS="edns0 trust-ad timeout:1 attempts:5"
|
|
||||||
|
|
||||||
##### Aliases RJ706I #####
|
##### Aliases RJ706I #####
|
||||||
|
|
||||||
# To get sudo work with aliases.
|
# To get sudo work with aliases.
|
||||||
|
6
rc/zshrc
6
rc/zshrc
@ -213,12 +213,6 @@ export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
|
|||||||
# znc uses this variable for figuring out hostname
|
# znc uses this variable for figuring out hostname
|
||||||
#export HOSTNAME=$(hostname --fqdn)
|
#export HOSTNAME=$(hostname --fqdn)
|
||||||
|
|
||||||
# Ensure not leaking queries to upstream nameservers (resolv.conf)
|
|
||||||
export LOCALDOMAIN=.
|
|
||||||
# Secureish resolv.conf options (except trust-ad, but systemd also sets it
|
|
||||||
# regardless of whether DNSSEC=true or not.
|
|
||||||
export RES_OPTIONS="edns0 trust-ad timeout:1 attempts:5"
|
|
||||||
|
|
||||||
##### Aliases RJ706I #####
|
##### Aliases RJ706I #####
|
||||||
|
|
||||||
# To get sudo work with aliases.
|
# To get sudo work with aliases.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user