Add comment where regexList is defined

Signed-off-by: DL6ER <dl6er@dl6er.de>
pull/2236/head
DL6ER 6 years ago
parent bc705aac03
commit cd026cd865
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

@ -1,4 +1,14 @@
#!/bin/bash
# Pi-hole: A black hole for Internet advertisements
# (c) 2017 Pi-hole, LLC (https://pi-hole.net)
# Network-wide ad blocking via your own hardware.
#
# Provides an automated migration subroutine to convert Pi-hole v3.x wildcard domains to Pi-hole v4.x regex filters
#
# This file is copyright under the latest version of the EUPL.
# Please see LICENSE file for your rights under this license.
# regexFile set in gravity.sh
wildcardFile="/etc/dnsmasq.d/03-pihole-wildcard.conf"

Loading…
Cancel
Save