Compare commits

...

2 Commits

Author SHA1 Message Date
borgal
952a363537 NodeRed angepasst 2022-10-26 16:03:14 +00:00
borgal
03a012e724 AdGuard Config angepasst 2022-10-26 16:02:33 +00:00
2 changed files with 18 additions and 17 deletions

View File

@@ -69,8 +69,8 @@ dns:
- 127.0.0.0/8 - 127.0.0.0/8
- ::1/128 - ::1/128
cache_size: 4194304 cache_size: 4194304
cache_ttl_min: 0 cache_ttl_min: 2400
cache_ttl_max: 0 cache_ttl_max: 84600
cache_optimistic: false cache_optimistic: false
bogus_nxdomain: [] bogus_nxdomain: []
aaaa_disabled: true aaaa_disabled: true
@@ -93,9 +93,10 @@ dns:
blocked_services: [] blocked_services: []
upstream_timeout: 10s upstream_timeout: 10s
private_networks: [] private_networks: []
use_private_ptr_resolvers: true use_private_ptr_resolvers: false
local_ptr_upstreams: local_ptr_upstreams: []
- 192.168.0.1 serve_http3: false
use_http3_upstreams: false
tls: tls:
enabled: false enabled: false
server_name: "" server_name: ""
@@ -156,10 +157,6 @@ filters:
url: https://raw.githubusercontent.com/Spam404/lists/master/main-blacklist.txt url: https://raw.githubusercontent.com/Spam404/lists/master/main-blacklist.txt
name: Spam404 name: Spam404
id: 1656587031 id: 1656587031
- enabled: false
url: https://easylist.to/easylist/easylist.txt
name: EasyList
id: 1656587032
- enabled: true - enabled: true
url: https://raw.githubusercontent.com/notracking/hosts-blocklists/master/adblock/adblock.txt url: https://raw.githubusercontent.com/notracking/hosts-blocklists/master/adblock/adblock.txt
name: Notracking blocklist name: Notracking blocklist
@@ -168,6 +165,10 @@ filters:
url: https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_6_German/filter.txt url: https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_6_German/filter.txt
name: EasyList German name: EasyList German
id: 1656587034 id: 1656587034
- enabled: true
url: https://raw.githubusercontent.com/0Zinc/easylists-for-pihole/master/easylist.txt
name: EasyList
id: 1664997237
whitelist_filters: [] whitelist_filters: []
user_rules: user_rules:
- '##' - '##'
@@ -197,13 +198,13 @@ user_rules:
- "" - ""
dhcp: dhcp:
enabled: false enabled: false
interface_name: "" interface_name: eth0
local_domain_name: lan local_domain_name: lan
dhcpv4: dhcpv4:
gateway_ip: "" gateway_ip: 192.168.9.1
subnet_mask: "" subnet_mask: 255.255.255.0
range_start: "" range_start: 192.168.9.100
range_end: "" range_end: 192.168.9.200
lease_duration: 86400 lease_duration: 86400
icmp_timeout_msec: 1000 icmp_timeout_msec: 1000
options: [] options: []

View File

@@ -6,12 +6,12 @@ services:
image: nodered/node-red image: nodered/node-red
user: 0:0 user: 0:0
ports: ports:
- "1880:1880" - 1880:1880
volumes: volumes:
- ./data:/data - ./data:/data
environment: environment:
- TZ=Europe/Berlin - TZ=Europe/Berlin
- PGID=1000 # - PGID=1000
- PUID=1000 # - PUID=1000
restart: always restart: always
# network_mode: host # network_mode: host