mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 12:47:27 +02:00
Compare commits
5 Commits
c81c1dd7d0
...
70646e7edc
Author | SHA1 | Date | |
---|---|---|---|
70646e7edc | |||
9f03f54f98 | |||
bd55140975 | |||
9fcb0aa289 | |||
0cb5b0992b |
@ -1,5 +1,7 @@
|
|||||||
[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,6 +4,7 @@
|
|||||||
%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
|
||||||
@ -13,8 +14,10 @@
|
|||||||
# 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: /bin/systemctl restart systemd-resolved.service
|
%nordvpn ALL=NOPASSWD: /usr/sbin/unbound-control reload
|
||||||
|
#%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,2 +1,14 @@
|
|||||||
# ~/.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