Commit | Line | Data |
---|---|---|
b325120a | 1 | <?php |
533aefb8 DO |
2 | echo "Unauthorized access attempt has been logged. Cheers."; |
3 | exit(); | |
4 | # S-T-A-R-T | |
5 | deny intruder@test connect | |
6 | allow *@test connect | |
7 | allow admin@core* connect | |
8 | # temp entry | |
1a9a4d0d DO |
9 | allow admin@switch1 connect |
10 | allow admin@switch2 connect | |
533aefb8 DO |
11 | deny *@s* connect |
12 | allow username@endpoint change 1 2 | |
13 | allow username@* change 999 * | |
14 | allow username@* change * 999 | |
15 | allow *@s* change * 999 | |
16 | allow *@s1 change 400 999 | |
17 | allow *@s2 change * 999 | |
18 | deny *@* change * * | |
19 | # S-T-O-P | |
20 | ?> |