Skip to content

Commit f3afd87

Browse files
enhance: add note to say replace with WAN
1 parent d2e6b07 commit f3afd87

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

crowdsec-docs/docs/log_processor/whitelist/ip_based_whitelist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ description: "Whitelist events from my ip addresses"
1313
whitelist:
1414
reason: "my ip ranges"
1515
ip:
16-
- "192.168.1.1"
16+
- "192.168.1.1" # Replace with your WAN IP
1717
cidr:
18-
- "192.168.1.0/24"
18+
- "192.168.1.0/24" # Replace with your WAN IP range
1919
```
2020
2121
```bash title="Reload CrowdSec"

crowdsec-docs/docs/log_processor/whitelist/postoverflow_based_whitelist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Tail the crowdsec log
4747
tail -f /var/log/crowdsec.log
4848
```
4949

50-
You should be able to see the following output:
50+
You should be able to see the following output (note: the IP shown will be your actual WAN IP, not the example):
5151

5252
```
5353
time="07-07-2020 17:11:09" level=info msg="Ban for 192.168.1.1 whitelisted, reason [dont ban my ISP]" id=cold-sunset name=me/my_cool_whitelist stage=s01

crowdsec-docs/versioned_docs/version-v1.6/log_processor/whitelist/ip_based_whitelist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ description: "Whitelist events from my ip addresses"
1313
whitelist:
1414
reason: "my ip ranges"
1515
ip:
16-
- "192.168.1.1"
16+
- "192.168.1.1" # Replace with your WAN IP
1717
cidr:
18-
- "192.168.1.0/24"
18+
- "192.168.1.0/24" # Replace with your WAN IP range
1919
```
2020
2121
```bash title="Reload CrowdSec"

crowdsec-docs/versioned_docs/version-v1.7/log_processor/whitelist/ip_based_whitelist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ description: "Whitelist events from my ip addresses"
1313
whitelist:
1414
reason: "my ip ranges"
1515
ip:
16-
- "192.168.1.1"
16+
- "192.168.1.1" # Replace with your WAN IP
1717
cidr:
18-
- "192.168.1.0/24"
18+
- "192.168.1.0/24" # Replace with your WAN IP range
1919
```
2020
2121
```bash title="Reload CrowdSec"

crowdsec-docs/versioned_docs/version-v1.7/log_processor/whitelist/postoverflow_based_whitelist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Tail the crowdsec log
4747
tail -f /var/log/crowdsec.log
4848
```
4949

50-
You should be able to see the following output:
50+
You should be able to see the following output (note: the IP shown will be your actual WAN IP, not the example):
5151

5252
```
5353
time="07-07-2020 17:11:09" level=info msg="Ban for 192.168.1.1 whitelisted, reason [dont ban my ISP]" id=cold-sunset name=me/my_cool_whitelist stage=s01

0 commit comments

Comments
 (0)