mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 20:57:39 +02:00
Compare commits
No commits in common. "70646e7edcb3859d2337b4afb9184aacffaa0422" and "c81c1dd7d08f4ace8a97db14a8da7e2bbe1c0026" have entirely different histories.
70646e7edc
...
c81c1dd7d0
@ -1,7 +1,5 @@
|
|||||||
[main]
|
[main]
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
# 3 is the default, increase this in case of kernel upgrade trouble (unrelated
|
|
||||||
# to space, see dracut.conf.d for that)
|
|
||||||
installonly_limit=3
|
installonly_limit=3
|
||||||
clean_requirements_on_remove=True
|
clean_requirements_on_remove=True
|
||||||
best=False
|
best=False
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
%nordvpn ALL=NOPASSWD: /bin/systemctl stop nordvpnd.socket
|
%nordvpn ALL=NOPASSWD: /bin/systemctl stop nordvpnd.socket
|
||||||
%nordvpn ALL=NOPASSWD: /bin/systemctl start nordvpnd.socket
|
%nordvpn ALL=NOPASSWD: /bin/systemctl start nordvpnd.socket
|
||||||
%nordvpn ALL=NOPASSWD: /bin/systemctl restart nordvpnd.service
|
%nordvpn ALL=NOPASSWD: /bin/systemctl restart nordvpnd.service
|
||||||
%nordvpn ALL=NOPASSWD: /usr/sbin/sysctl net.ipv6.conf.all.disable_ipv6=0
|
|
||||||
# used in my scripts and nordvpn.service.d and yggdrasil.service.d to ensure
|
# used in my scripts and nordvpn.service.d and yggdrasil.service.d to ensure
|
||||||
# it works
|
# it works
|
||||||
%nordvpn ALL=NOPASSWD: /bin/systemctl restart yggdrasil.service
|
%nordvpn ALL=NOPASSWD: /bin/systemctl restart yggdrasil.service
|
||||||
@ -14,10 +13,8 @@
|
|||||||
# Tells Chrony we are connected and thus maybe connects to IPv6 NTP servers
|
# Tells Chrony we are connected and thus maybe connects to IPv6 NTP servers
|
||||||
%nordvpn ALL=NOPASSWD: /usr/bin/chronyc online
|
%nordvpn ALL=NOPASSWD: /usr/bin/chronyc online
|
||||||
# Clearing DNS caches once we are disconnected
|
# Clearing DNS caches once we are disconnected
|
||||||
#%nordvpn ALL=NOPASSWD: /bin/systemctl restart unbound.service
|
%nordvpn ALL=NOPASSWD: /bin/systemctl restart unbound.service
|
||||||
%nordvpn ALL=NOPASSWD: /usr/sbin/unbound-control reload
|
%nordvpn ALL=NOPASSWD: /bin/systemctl restart systemd-resolved.service
|
||||||
#%nordvpn ALL=NOPASSWD: /bin/systemctl restart systemd-resolved.service
|
|
||||||
%nordvpn ALL=NOPASSWD: /usr/bin/resolvectl flush-caches
|
|
||||||
# Tor complains about failures for a while and then notes IP change and
|
# Tor complains about failures for a while and then notes IP change and
|
||||||
# regenerates keys, so it should probably be here too.
|
# regenerates keys, so it should probably be here too.
|
||||||
%nordvpn ALL=NOPASSWD: /bin/systemctl restart tor.service
|
%nordvpn ALL=NOPASSWD: /bin/systemctl restart tor.service
|
||||||
|
14
rc/curlrc
14
rc/curlrc
@ -1,14 +1,2 @@
|
|||||||
# ~/.curlrc
|
# ~/.curlrc
|
||||||
|
doh-url = https://dns0.eu
|
||||||
# DNS-over-HTTPS (maybe HTTP/3, I don't know)
|
|
||||||
#
|
|
||||||
# https://dns0.eu - Anycast with servers in the EU. Private ECS.
|
|
||||||
#doh-url = https://dns0.eu/
|
|
||||||
#
|
|
||||||
# https://quad9.net - Anycast, no ECS
|
|
||||||
doh-url = https://dns.quad9.net/dns-query
|
|
||||||
# ECS
|
|
||||||
#doh-url = https://dns.quad9.net/dns-query
|
|
||||||
|
|
||||||
# Attempt to use HTTP/3
|
|
||||||
http3
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user