- Copy the contents of
pi-hole
into a new configuration file named/etc/ufw/applications.d/pi-hole
. - Update the UFW app list with
ufw app update appname
. - Enable the appropriate profile with
ufw allow "<applicable pi-hole configuration>"
.Pi-hole
is standard.
Pi-hole with DHCP
is when you're using Pi-hole as your network's DHCP server.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Notes: | |
# Tasks will be started based on the cron's system daemon's notion of time | |
# and timezones. | |
# Output of the crontab jobs (including errors) is sent through email to the | |
# user the crontab file belongs to (unless redirected). | |
# Special strings: | |
# @reboot Run once, at startup | |
# @yearly Run once a year, i.e. "0 0 1 1 *" | |
# @annually Same as @yearly | |
# @monthly Run once a month, i.e. "0 0 1 * *" |
You can specify an alias (alternative name) for each table in a query. You can use the alias in the rest of the command by following the name of the table with a space and the alias name.
The following command creates an alias named R for the REP table and an alias named C for the CUSTOMER table: