-
Hello. You're asking a lot of questions! It's because the project is so good, so please understand. I have a few more questions. I currently opened all 443 ports with TCP/UDP, but http3check.When checked on the net, it seems that communication is not possible through http3. http 1.1 I have another question about Crowdsec. cscli collections list Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 33 replies
-
https://http3check.net/?host=zoeyvid.de returns HTTP/3 for me, so did you exposed udp in all firewalls? For crowdsec testing: |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. |
Beta Was this translation helpful? Give feedback.
-
Did crowdsec at least worked? |
Beta Was this translation helpful? Give feedback.
-
Hello, I looked up the official documentation related to nginx quic and found that the reuseport option was used instead of the quic option.
It seems that only the quic option is used in the npm plus configuration file.
I'm not sure exactly what the reuseport option does. However, it seems to be used with quic in other documents besides the official document. |
Beta Was this translation helpful? Give feedback.
found the error, thanks for the debugging:
more_set_headers "Alt-Svc: h3=':443'; ma=86400";
need to be:
more_set_headers 'Alt-Svc: h3=":443"; ma=86400';