mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
add proxy_exempt to conf files
This commit is contained in:
parent
fbe8d087e7
commit
81a05933bf
2 changed files with 24 additions and 20 deletions
|
@ -195,7 +195,9 @@ auth {
|
||||||
* encrypted | password is encrypted with mkpasswd
|
* encrypted | password is encrypted with mkpasswd
|
||||||
* spoof_notice | give a notice when spoofing hosts
|
* spoof_notice | give a notice when spoofing hosts
|
||||||
* exceed_limit (old > flag) | allow user to exceed class user limits
|
* exceed_limit (old > flag) | allow user to exceed class user limits
|
||||||
* kline_exempt (old ^ flag) | exempt this user from k/g/xlines&dnsbls
|
* kline_exempt (old ^ flag) | exempt this user from k/g/xlines,
|
||||||
|
* | dnsbls, and proxies
|
||||||
|
* proxy_exempt | exempt this user from proxies
|
||||||
* dnsbl_exempt | exempt this user from dnsbls
|
* dnsbl_exempt | exempt this user from dnsbls
|
||||||
* spambot_exempt | exempt this user from spambot checks
|
* spambot_exempt | exempt this user from spambot checks
|
||||||
* shide_exempt | exempt this user from serverhiding
|
* shide_exempt | exempt this user from serverhiding
|
||||||
|
|
|
@ -367,8 +367,10 @@ auth {
|
||||||
* encrypted | password is encrypted with mkpasswd
|
* encrypted | password is encrypted with mkpasswd
|
||||||
* spoof_notice | give a notice when spoofing hosts
|
* spoof_notice | give a notice when spoofing hosts
|
||||||
* exceed_limit (old > flag) | allow user to exceed class user limits
|
* exceed_limit (old > flag) | allow user to exceed class user limits
|
||||||
* kline_exempt (old ^ flag) | exempt this user from k/g/xlines&dnsbls
|
* kline_exempt (old ^ flag) | exempt this user from k/g/xlines,
|
||||||
|
* | dnsbls, and proxies
|
||||||
* dnsbl_exempt | exempt this user from dnsbls
|
* dnsbl_exempt | exempt this user from dnsbls
|
||||||
|
* proxy_exempt | exempt this user from proxies
|
||||||
* spambot_exempt | exempt this user from spambot checks
|
* spambot_exempt | exempt this user from spambot checks
|
||||||
* shide_exempt | exempt this user from serverhiding
|
* shide_exempt | exempt this user from serverhiding
|
||||||
* jupe_exempt | exempt this user from generating
|
* jupe_exempt | exempt this user from generating
|
||||||
|
|
Loading…
Reference in a new issue