-
Notifications
You must be signed in to change notification settings - Fork 4
/
gudgeon-pihole.yml
47 lines (43 loc) · 1.27 KB
/
gudgeon-pihole.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
# ====================================================================
# Minimal List to Mimic Pihole's out of the box blocking behavior
# ====================================================================
gudgeon:
home: ./.gudgeon/
network:
tcp: true
udp: true
interfaces:
- ip: 0.0.0.0
port: 5354
resolvers:
- name: default
sources:
- 8.8.8.8
- 8.8.4.4
lists:
- name: global white list
src: /etc/gudgeon/lists/whitelist.txt
type: allow
- name: global black list
src: /etc/gudgeon/lists/blacklist.txt
- name: stephen's black list
src: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
- name: malware domains
src: https://mirror1.malwaredomains.com/files/justdomains
- name: cameleon block list
src: http://sysctl.org/cameleon/hosts
- name: zeus tracker
src: https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
- name: disconnect.me tracking
src: https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
- name: disconnect.me ads
src: https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
- name: hosts-file.net ad servers
src: https://hosts-file.net/ad_servers.txt
groups:
- name: default
tags:
- default
resolvers:
- default