Place these in /etc/firewalld/services/.
- HTTP/3 http3.xml
- Tailscale tailscale.xml
Place these in /etc/firewalld/services/.
| <?xml version="1.0" encoding="utf-8"?> | |
| <service> | |
| <short>WWW (HTTP/3)</short> | |
| <description>HTTP3 is the QUIC-based HTTP protocol.</description> | |
| <port port="443" protocol="udp"/> | |
| <port port="443" protocol="tcp"/> | |
| </service> |
| <?xml version="1.0" encoding="utf-8"?> | |
| <service> | |
| <short>Tailscale</short> | |
| <description>Tailscale is a WireGuard-based mesh VPN. This port may be opened to facilitate direct (non-DERP) connections.</description> | |
| <port protocol="udp" port="51820"/> | |
| </service> |