Aggiunto anche il secondo server dns di dns.bb a pihole+dnscrypt

Rimossa la possibilità di fare da relay di uscita per tor-socks-proxy (era già un'impostazione base, ma adesso è anche dichiarata nel file di configurazione)
This commit is contained in:
miracle091 2022-01-27 11:05:00 +01:00
parent e9ae63fe16
commit 73a902119b
Signed by: miracle091
GPG Key ID: 73D6D9792AD73C84
4 changed files with 15 additions and 3 deletions

View File

@ -78,6 +78,7 @@ services:
- ${DNSCRYPT_CONFIG:-/home/docker/pihole+dnscrypt/dnscrypt}:/config
dns:
- 185.222.222.222 # https://dns.sb/privacy/
- 45.11.11.11
restart: unless-stopped
pihole:
@ -99,6 +100,7 @@ services:
- ${PIHOLE_DNSMASQD:-/home/docker/pihole+dnscrypt/dnsmasq.d}:/etc/dnsmasq.d/
dns:
- 185.222.222.222 # https://dns.sb/privacy
- 45.11.11.11
cap_add:
- NET_ADMIN
restart: unless-stopped

View File

@ -16,6 +16,7 @@ services:
- ${DNSCRYPT_CONFIG:-/home/docker/pihole+dnscrypt/dnscrypt}:/config
dns:
- 185.222.222.222 # https://dns.sb/privacy/
- 45.11.11.11
restart: unless-stopped
pihole:
@ -37,6 +38,7 @@ services:
- ${PIHOLE_DNSMASQD:-/home/docker/pihole+dnscrypt/dnsmasq.d}:/etc/dnsmasq.d/
dns:
- 185.222.222.222 # https://dns.sb/privacy
- 45.11.11.11
cap_add:
- NET_ADMIN
restart: unless-stopped

View File

@ -93,8 +93,10 @@ GuardLifetime 1 days
ConnectionPadding 1
ClientOnly 1
GeoIPExcludeUnknown 1
ExitPolicy reject *:*
BridgeRelay 0
# five eyes e derivati
# fonte: https://privacyguides.org/providers/#ukusa | https://wikiless.org/wiki/Five_Eyes
# fonte: https://web.archive.org/web/20211221142643/https://privacyguides.org/providers/#ukusa | https://wikiless.org/wiki/Five_Eyes
ExcludeNodes {IT}, {GB}, {CA}, {US}, {AU}, {NZ}, {NL}, {FR}, {DK}, {NO}, {SE}, {CN}, {IN}, {RU}, {IE}, {AG}
# opzioni di default

View File

@ -1,13 +1,19 @@
# custom options
# opzioni personalizzate
# fonte: https://2019.www.torproject.org/docs/tor-manual.html.en
CookieAuthentication 1
AvoidDiskWrites 1
GuardLifetime 1 days
ConnectionPadding 1
ClientOnly 1
GeoIPExcludeUnknown 1
ExitPolicy reject *:*
BridgeRelay 0
# five eyes e derivati
# fonte: https://web.archive.org/web/20211221142643/https://privacyguides.org/providers/#ukusa | https://wikiless.org/wiki/Five_Eyes
ExcludeNodes {IT}, {GB}, {CA}, {US}, {AU}, {NZ}, {NL}, {FR}, {DK}, {NO}, {SE}, {CN}, {IN}, {RU}, {IE}, {AG}
# default options
# opzioni di default
# fonte: https://raw.githubusercontent.com/PeterDaveHello/tor-socks-proxy/master/torrc
HardwareAccel 1
Log notice stdout
DNSPort 0.0.0.0:8853