Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すべての IPS が 90.12.131. オープンしますか?
IP の前に ^ を追加しようとしましたが、うまくいきません。^90.12.131
お願いします、誰か?ありがとう、オズ。
SecRule REMOTE_ADDR "^90\.12\.131" "phase:1,nolog,allow"
また
SecRule REMOTE_ADDR "@ipMatch 90.12.131.0/24" "phase:1,nolog,allow"
このようにファイルに書き込みます
whitelist.file、それで終わるドット
90.12.131。
SecRule REMOTE_ADDR "@pmf whitelist.file" "phase:1,nolog,allow"