diff --git a/docs/faq.md b/docs/faq.md index 74f3d44..99b2ebd 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -4,7 +4,7 @@ __How do I allow specific IPs to not be blocked?__ Say you are using AWS to replay your traffic using log analytics. When you have the block clouds feature enabled, all the requests from your AWS would be blocked. However, you can specifically allow your own IPs to be allowed and not blocked using the "IP allow list" setting in "Administration => General Settings". Enter one IP address or CIDR range per line. -Alternatively, you can force a list of allowed IP ranges by editing your `config/config.ini.php` file like this (this overrides the setting and makes it read-only in the UI): +Alternatively, you can force a list of allowed IP ranges by editing your `config/config.ini.php` file like this (this overrides the setting, and the field is hidden from the UI while the override is in place): ``` [TrackingSpamPrevention] @@ -18,7 +18,7 @@ __How do I block specific IPs from being tracked?__ Use the "IP block list" setting in "Administration => General Settings". Enter one IP address or CIDR range per line. If an address matches both the allow list and the block list, the allow list takes precedence. -Alternatively, you can force a list of blocked IP ranges by editing your `config/config.ini.php` file like this (this overrides the setting and makes it read-only in the UI): +Alternatively, you can force a list of blocked IP ranges by editing your `config/config.ini.php` file like this (this overrides the setting, and the field is hidden from the UI while the override is in place): ``` [TrackingSpamPrevention]