File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ function adminAdvancedSettings()
88 ** Section "Stream mode" **
99 **************************/
1010
11- add_settings_section ('crowdsec_admin_advanced_stream_mode ' , 'Communication method to the API ' , function () {
11+ add_settings_section ('crowdsec_admin_advanced_stream_mode ' , 'Communication mode to the API ' , function () {
1212 }, 'crowdsec_advanced_settings ' );
1313
1414 // Field "crowdsec_stream_mode"
Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ function adminSettings()
4949 }, '<p>
5050 Select one of the four bouncing modes:<br>
5151 <ul>
52- <li><i >Bouncing disabled</i >: No ban or Captcha display to users. The road is free, even for attackers.</li>
53- <li><i >Flex bouncing</i >: Display Captcha only, even if CrowdSec advises to ban the IP.</li>
54- <li><i >Normal bouncing</i >: Follow CrowdSec advice (Ban or Captcha).</li>
55- <li><i >Paranoid mode</i >: Ban IPs when there are in the CrowdSec database, even if CrowdSec advises to display a Captcha.</li>
52+ <li><strong >Bouncing disabled</strong >: No ban or Captcha display to users. The road is free, even for attackers.</li>
53+ <li><strong >Flex bouncing</strong >: Display Captcha only, even if CrowdSec advises to ban the IP.</li>
54+ <li><strong >Normal bouncing</strong >: Follow CrowdSec advice (Ban or Captcha).</li>
55+ <li><strong >Paranoid mode</strong >: Ban IPs when there are in the CrowdSec database, even if CrowdSec advises to display a Captcha.</li>
5656 </ul>
5757</p> ' , [
5858 CROWDSEC_BOUNCING_LEVEL_DISABLED => '🚫 Bouncing disabled ' ,
You can’t perform that action at this time.
0 commit comments