remove blocky (#576)

Reviewed-on: #576
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2023-10-03 18:07:06 +02:00 committed by mg
parent d8bf1a4139
commit 0f11448bcc
3 changed files with 0 additions and 73 deletions

View file

@ -1,53 +0,0 @@
# https://0xerr0r.github.io/blocky/v0.20/configuration/#basic-configuration
upstream:
default:
- 9.9.9.9
- 8.8.8.8
upstreamTimeout: 2s
port: 53
httpPort: 4000
connectIPVersion: v4
queryLog:
type: console
customDNS:
mapping:
mgrote.net: 192.168.2.43 # nötig damit z.B. oxidized pushen kann
conditional:
mapping:
grote.lan: 192.168.2.1
filtering:
queryTypes:
- AAAA # disable IPv6/AAAA Queries
blocking:
startStrategy: failOnError # like blocking but blocky will shut down if any download fails
blockType: nxDomain
blockTTL: 360s
refreshPeriod: 60m
blackLists:
ads:
- http://sysctl.org/cameleon/hosts
- https://raw.githubusercontent.com/StevenBlack/hosts/master/data/KADhosts/hosts
- https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.Spam/hosts
- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
- https://v.firebog.net/hosts/AdguardDNS.txt
- https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
- https://raw.githubusercontent.com/r-a-y/mobile-hosts/master/AdguardMobileAds.txt
- https://raw.githubusercontent.com/r-a-y/mobile-hosts/master/AdguardMobileSpyware.txt
# - |
# # inline definition with YAML literal block scalar style
# someadsdomain.com
# anotheradsdomain.com
# # this is a regex
# /^banners?[_.-]/
# whiteLists:
# ads:
# - |
# # inline definition with YAML literal block scalar style
# whitelistdomain.com

View file

@ -1,18 +0,0 @@
version: "2.1"
services:
blocky:
image: spx01/blocky
container_name: blocky
restart: always
ports:
- "53:53/tcp"
- "53:53/udp"
environment:
TZ: Europe/Berlin
volumes:
# config file
- ./config.yml:/app/config.yml
labels:
com.centurylinklabs.watchtower.enable: true
# kann mit dig @192.168.2.43 -p 54 alternate.de getestet werden

View file

@ -49,8 +49,6 @@
network: traefik
- name: watchtower
state: present
- name: blocky
state: present
- name: routeros-config-export
state: present
- name: registry