Search found 4 matches

by BadPenguin
Thu Apr 08, 2004 4:02 pm
Forum: Unreal 3.2 Support
Topic: allow block for ssl doesnt work
Replies: 5
Views: 2921

thx it works
by BadPenguin
Thu Apr 08, 2004 1:39 pm
Forum: Unreal 3.2 Support
Topic: allow block for ssl doesnt work
Replies: 5
Views: 2921

huh I´m stupid ;) I had read over this part of the docu. sry

thx i test this one
by BadPenguin
Thu Apr 08, 2004 9:34 am
Forum: Unreal 3.2 Support
Topic: allow block for ssl doesnt work
Replies: 5
Views: 2921


class clients {
pingfreq 40;
maxclients 400;
sendq 50000;
recvq 8000;
};

class bncs {
pingfreq 40;
maxclients 400;
sendq 50000;
recvq 8000;
};


allow {
ip *@*;
hostname *@*;
class clients;
maxperip 3;
};


allow {
ip *@217.20.xxx.xx;
hostname *@ipxxx.xxxxx.xxxxx.com;
class bncs ...
by BadPenguin
Tue Apr 06, 2004 10:05 am
Forum: Unreal 3.2 Support
Topic: allow block for ssl doesnt work
Replies: 5
Views: 2921

allow block for ssl doesnt work

Hi,

i have 2 allow blocks for ssl connections.

One for normal connections and One for more connections but the allow block for ssl with more connection per ip doesnt work.

me not find a solution for this problem :/