Allow block but with a domain instead of an ip ?
Posted: Fri Dec 16, 2005 11:30 am
Is there a way to add a domain in the allow block , not an ip ?
I need something like that to control the number of clones of cibercofee lans, "x ammount per dinamic ip" , using something like no-ip to update that dinamic ip in the designated no-ip host for that particular cibercoffe.
Sorry by my english, im from Argetina.
Code: Select all
/* Allow info */
allow {
ip "*@*"; ----> a domain to add a dinamic ip ?
hostname "*@*";
class clients;
maxperip 5;
redirect-server "irc.mynet.org";
redirect-port "6667";
};Sorry by my english, im from Argetina.