Private GIT

Skip to content
Snippets Groups Projects
Commit 6141d64a authored by nin9s's avatar nin9s
Browse files

Update 20-dns-syslog.conf

added regex grok filter
parent 272f0d7d
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,8 @@ filter {
"^%{DNSMASQPREFIX} \/etc\/pihole\/local\.list %{FQDN:blocked_domain} is %{IP:pihole}$",
# blacklist
"^%{DNSMASQPREFIX} \/etc\/pihole\/black\.list %{FQDN:blocked_domain} is %{IP:pihole}$",
# regex
"^%{DNSMASQPREFIX} \/etc\/pihole\/regex\.list %{FQDN:blocked_domain} is %{IP:pihole}$",
# reverse response etc hosts ip to domain
"^%{DNSMASQPREFIX} \/etc\/hosts %{IP:ip_request} is %{FQDN:domain_response}$",
# reverse response etc hosts domain to ip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment