You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/ip-sentinel/files/ip-sentinel.cfg

12 lines
278 B

# This is configuration file for ip-sentinel
# Next line blocks all computers inside network
0.0.0.0/0
# Now please add computers that are allowed to communicate
# ! denotes not to block
!10.10.146.1
!10.10.146.236@be:ef:de:ad:be:ef
# see "man ip-sentinel" for more details.