Add other new convar

This commit is contained in:
Brandon Sturgeon 2024-12-30 18:52:21 -08:00
parent e000c9f942
commit b1294437b3
No known key found for this signature in database
GPG Key ID: 20E2FA117D1473EB

View File

@ -46,6 +46,7 @@ The best way to configure this addon is using lua files.
| cfc_http_restrictions_log_allows | 1 | Should log allowed HTTP requests? |
| cfc_http_restrictions_log_blocks | 1 | Should log blocked HTTP requests |
| cfc_http_restrictions_log_verbose | 0 | Should the logs include verbose messages? noisy domains and full urls. |
| cfc_http_restrictions_error_on_blocks | 0 | Should a non-halting error be thrown when a request is blocked? |
## Serverside Convars
| name | default | description |