Skip to content

Instantly share code, notes, and snippets.

@CosmicToast
Last active December 28, 2023 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CosmicToast/fb9fc9cd73134e3878d88eee314fce80 to your computer and use it in GitHub Desktop.
Save CosmicToast/fb9fc9cd73134e3878d88eee314fce80 to your computer and use it in GitHub Desktop.
FirewallD Files

Helpful FirewallD Files

Services

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment