I'd like to append some list from a website that currently I cannot link, so I'll paste the available formats.
- [Apache] deny from 8.8.8.0/24
- [Nginx] deny 8.8.8.0/24;
- [CIDR] 8.8.8.0/24
- [Netmask] 8.8.8.0/255.255.255.0
- [Cisco ACL] deny ip 8.8.8.0 0.0.0.255 any
- [PeerGuard2] HOST:8.8.8.0-8.255.255.255
- [Juniper] set 8.8.8.0/24
- [MikroTik] add address=8.8.8.0/24 comment="Danger" list=MyList
- [CFS] 8.8.8.0/24
Could you tell me which format is supported, please?
Thanks.
EDIT: Nvm, I figured it out. [Peerguard2] seems the right call. Please mark as solved/closed.
This post has been edited by gll: 06 February 2022 - 02:58 PM