FortiGate/Firewall
SSL/SSH profile에서 QUIC 트래픽 제어 방법
에티버스이비티
2025. 4. 9. 13:10
SSL/SSH inspection profile에서 QUIC(HTTP/3) 트래픽을 허용하거나 검사하도록 설정하는 방법이다.
config firewall ssl-ssh-profile
edit <profile_name>
config https
set quic [inspect|bypass|block]
end
end
- inspect : QUIC(HTTP/3) 트래픽을 검사
- bypass : QUIC(HTTP/3) 트래픽을 검사없이 허용
- block :QUIC(HTTP/3) 트래픽 차단