I:lines
Posted: Fri Dec 26, 2008 11:22 am
Problem: I have 2 class blocks named A and B. How can i define, which class block or allow block will be used first by UnrealIRCD?
About matching
The access control works like this: ip matches OR host matches, so "hostname *@*"; and "ip *@1.2.3.4" will mean it will always match. Also the allow blocks are read upside down, so you need specific host/ip allow blocks AFTER your general *@* allow blocks. Additionally, if you want to setup a block that only matches based on IP, then set the hostname to something invalid, such as "hostname NOBODY;", this will allow the block to only match based on IP.