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. "6159876f059e79a2d6ef1f76d754943605bfae7e" and "99c1c11e242c01f7b31b269d3e418646d4541196" have entirely different histories.
6159876f05
...
99c1c11e24
@ -9,8 +9,8 @@ Type=simple
|
||||
# -v is verbose output, journalctl -u dnsproxy
|
||||
# 127.0.2.1@53 comes from https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/unbound/unbound.conf.d/dnscrypt-proxy.conf
|
||||
# and it's not a privileged port https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/sysctl.d/23-starts-unprivileged-ports.conf
|
||||
# The DoH server is self-explanatory, bootstrap is the same DNS0:53
|
||||
ExecStart=/usr/local/bin/dnsproxy -v -l 127.0.2.1 -p 53 -u https://dns0.eu/ -b 193.110.81.0:53 -b 185.253.5.0:53 -b [2a0f:fc80::]:53 -b [2a0f:fc81::]:53 --http3
|
||||
# The DoH server is self-explanatory, bootstrap is Quad9 with ECS
|
||||
ExecStart=/usr/local/bin/dnsproxy -v -l 127.0.2.1 -p 53 -u https://dns0.eu/ -b 149.112.112.11:53 -b 9.9.9.11:53 -b [2620:fe::11]:53 -b [2620:fe::fe:11]:53 --http3
|
||||
Restart=always
|
||||
RestartSec=5s
|
||||
User=unbound
|
||||
|
@ -18,7 +18,3 @@ local-zone: "matrix.to." always_refuse
|
||||
# A lot of apps integrating Facebook in any form on mobile call this domain
|
||||
# in particular, likely websites too.
|
||||
local-zone: "graph.facebook.com." always_refuse
|
||||
|
||||
# Protesting the API pricing
|
||||
local-zone: "reddit.com." always_refuse
|
||||
local-zone: "twitter.com." always_refuse
|
||||
|
Loading…
x
Reference in New Issue
Block a user