Changeset 457 for 1.7.7/game/access.README
- Timestamp:
- 08/16/06 00:55:01 (2 years ago)
- Files:
-
- 1.7.7/game/access.README (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.7.7/game/access.README
r335 r457 103 103 104 104 105 2. Allow specific sites and no others 105 2. Allow specific sites and no others. Note that you must list both 106 hostname-matching patterns and ip address-matching patterns, because 107 if either fails to match a rule that allows connection, the connection 108 will be refused. This is true in general when writing positive rules. 106 109 107 110 *.berkeley.edu -2 default 111 128.32.* -2 default 108 112 * -2 none 109 113 110 People may connect from .berkeley.edu sites only.114 People may connect from .berkeley.edu (128.32.) sites only. 111 115 112 116 … … 160 164 161 165 username@localhost 1 connect 162 127.0.0.1 1 connect166 username@127.0.0.1 1 connect 163 167 * -2 !god 164 168 @sitelock … … 175 179 176 180 localhost.berkeley.edu -2 default 181 127.0.0.1 -2 default 177 182 *.twink.edu -2 !create register suspect 178 183 @sitelock
