# List of allowed and denied ip addresses # (Denies over rule allows, so you cannot allow past a deny but you deny past # an allow, the default is to deny so if you want to deny only some ip # addresses just add them as an ! to the default) # Examples (remove # to enforce) #!10.1.2.3 deny ip #10.1.2.3 allow ip #!10.1.2.* deny subnet (the * may appear anywhere) #10.1.2.* allow subnet # Allow ALL: *.*.*.*