34 lines
579 B
Plaintext
34 lines
579 B
Plaintext
# *** [ Ansible managed: DO NOT EDIT DIRECTLY ] ***
|
|
|
|
# ---
|
|
# hosts blocked by postfwd
|
|
#
|
|
# This file is called with '=~'. This means perl regexp is possible
|
|
#
|
|
#
|
|
# To increase performance use ^ and/or $ in regular expressions
|
|
#
|
|
# Example:
|
|
#
|
|
# # block all hosts of domain 'oopen.de'
|
|
# \.oopen\.de$
|
|
#
|
|
# # block host a.mx.oopen.de
|
|
# ^a\.mx\.oopen\.de$
|
|
#
|
|
# ---
|
|
|
|
# give hostnames to blocke here
|
|
|
|
# edge.toprains.shop:w
|
|
edge\.toprains\.shop$
|
|
|
|
# Specht Office
|
|
mta3\.dev\.60cr\.com$
|
|
|
|
# lichtbringer.sho
|
|
lichtbringer\.shop$
|
|
|
|
# insights.sternenpfad.shop
|
|
insights\.sternenpfad\.shop$
|