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.
こんにちは。
IPv4 をキャッチするフィルターを作成しました (動作中)
failregex = <HOST>
マニュアルには、HOST は式のエイリアスであると記載されています
(?:::f{4,6}:)?(?P<host>\S+)
質問: 1.1.1.1/24 などのサブネットのアドレスで「食べる」という上記の表現を変更するにはどうすればよいですか?
ありがとうございました!