Compare commits

..

No commits in common. "7c80e2c329390639548d0f5c3230d645b0d38c25" and "32c5da4422cf7b48ff4e3d93939bb4fd37261a49" have entirely different histories.

14 changed files with 5 additions and 38 deletions

View File

@ -1,2 +0,0 @@
dns-none.conf
no-resolvconf.conf

View File

@ -1 +0,0 @@
paws-off-my-resolv.conf

View File

@ -0,0 +1,2 @@
[main]
dns=none

View File

@ -1 +0,0 @@
paws-off-my-resolv.conf

View File

@ -0,0 +1,3 @@
# Don't touch resolv.conf at all, so VPN can take control of it
[main]
dns=none

View File

@ -1,2 +0,0 @@
[main]
dns=none

View File

@ -1 +0,0 @@
hosts.arch

View File

@ -10,10 +10,8 @@ This file is DNS before DNS and legacy remain which is still used.
- [`blocklist`](#blocklist) - [`blocklist`](#blocklist)
- [`dns`](#dns) - [`dns`](#dns)
- [`hosts.arch`](#hostsarch)
- [`hosts.fedora`](#hostsfedora) - [`hosts.fedora`](#hostsfedora)
- [`hosts.debian`](#hostsdebian) - [`hosts.debian`](#hostsdebian)
- [`hosts.steamos`](#hostssteamos)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -32,11 +30,6 @@ and Unbound, so now it's something I can attempt to `/etc/hosts`.
**_EXCERCISE CAUTION!_** **_EXCERCISE CAUTION!_**
## `hosts.arch`
For now this is a symlink to `hosts.steamos` as I am pretty sure they haven't
modified it.
## `hosts.fedora` ## `hosts.fedora`
I am pretty sure this is the `/etc/hosts` that was given me by Fedora < 40 I am pretty sure this is the `/etc/hosts` that was given me by Fedora < 40
@ -46,8 +39,3 @@ with changes removed.
I think this is the Debian format which used to be just `../hosts` in this I think this is the Debian format which used to be just `../hosts` in this
repository. repository.
## `hosts.steamos`
The `/etc/hosts` file from `SteamOS Holo` variant steamdeck version `3.5.19`
or `20240422.1`.

View File

@ -1 +0,0 @@
hosts.steamos

View File

@ -1,4 +0,0 @@
# Static table lookup for hostnames.
# See hosts(5) for details.
127.0.0.1 localhost
::1 localhost

View File

@ -3,5 +3,3 @@
%plugdev ALL = NOPASSWD: /usr/sbin/hibernate %plugdev ALL = NOPASSWD: /usr/sbin/hibernate
# suspend # suspend
%plugdev ALL = NOPASSWD: /usr/sbin/s2ram %plugdev ALL = NOPASSWD: /usr/sbin/s2ram
# vim: filetype=sudoers

View File

@ -12,5 +12,3 @@ Defaults insults
# Disable insults for user aminda # Disable insults for user aminda
#Defaults:aminda !insults #Defaults:aminda !insults
# vim: filetype=sudoers

View File

@ -3,5 +3,3 @@
# For more information, see https://superuser.com/a/500125 # For more information, see https://superuser.com/a/500125
# & https://serverfault.com/a/333640 # & https://serverfault.com/a/333640
Defaults lecture = always Defaults lecture = always
# vim: filetype=sudoers

View File

@ -12,7 +12,3 @@
%nordvpn ALL=NOPASSWD: /bin/systemctl restart systemd-networkd.service %nordvpn ALL=NOPASSWD: /bin/systemctl restart systemd-networkd.service
# 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
%nordvpn ALL=NOPASSWD: /bin/systemctl restart unbound.service
%nordvpn ALL=NOPASSWD: /bin/systemctl restart systemd-resolved.service
# vim: filetype=sudoers

View File

@ -1,5 +1,3 @@
# Via https://askubuntu.com/a/692712, I am tired of checking password just # Via https://askubuntu.com/a/692712, I am tired of checking password just
# for this. Target system: Debian and Ubuntu # for this. Target system: Debian and Ubuntu
%sudo ALL=NOPASSWD: /bin/systemctl restart matterbridge.service %sudo ALL=NOPASSWD: /bin/systemctl restart matterbridge.service
# vim: filetype=sudoers

View File

@ -6,5 +6,3 @@
%sudo ALL=NOPASSWD: /bin/systemctl stop teamviewerd.service %sudo ALL=NOPASSWD: /bin/systemctl stop teamviewerd.service
%sudo ALL=NOPASSWD: /bin/systemctl start teamviewerd.service %sudo ALL=NOPASSWD: /bin/systemctl start teamviewerd.service
%sudo ALL=NOPASSWD: /bin/systemctl restart teamviewerd.service %sudo ALL=NOPASSWD: /bin/systemctl restart teamviewerd.service
# vim: filetype=sudoers