Add AI security improvements with feedback learning

This commit is contained in:
2025-09-05 00:25:04 +00:00
parent c05ce2eb26
commit 9b03b78da3

9
ai_suggestions.conf Normal file
View File

@@ -0,0 +1,9 @@
# MANDATORY: Address-set definitions
set security address-book global address-set INTERNAL-NETS address 192.168.100.0/24
set security address-book global address-set EXTERNAL-NETS address 0.0.0.0/8
set security address-book global address-set DMZ-NETS address 10.0.0.0/8
# DDoS Protection - Fixed thresholds (no XML!)
set security screen ids-option WAN-screen icmp flood threshold 20
set security screen ids-option WAN-screen tcp syn-flood attack-threshold 20
set security zones security-zone WAN screen WAN-screen