docker-hybrid/config/hybrid/hub.deny.conf
2021-06-25 19:26:57 -04:00

11 lines
254 B
Plaintext

/* Configuration example located at
* https://github.com/ircd-hybrid/ircd-hybrid/blob/master/doc/reference.conf
*/
.include <hb_conf/include/deny.conf>
deny {
ip = "0.0.0.0/8";
reason = "you are forbidden from connecting to this network";
};