Skip to content

Commit

Permalink
Block subdomains of blocked domains
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Mar 3, 2022
1 parent eef350e commit 1a85734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/hblock/environment
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ if [ -e "${KRESD_DATA_DIR:?}"/hblock/deny.list ]; then
fi

HBLOCK_REDIRECTION='.'
HBLOCK_TEMPLATE='%D CNAME %R'
HBLOCK_TEMPLATE='%D CNAME %R\n*.%D CNAME %R'
HBLOCK_COMMENT=';'
HBLOCK_FILTER_SUBDOMAINS='true'

0 comments on commit 1a85734

Please sign in to comment.