Skip to content

Instantly share code, notes, and snippets.

@CosmicToast
Last active December 28, 2023 12:29
Show Gist options
  • Select an option

  • Save CosmicToast/fb9fc9cd73134e3878d88eee314fce80 to your computer and use it in GitHub Desktop.

Select an option

Save CosmicToast/fb9fc9cd73134e3878d88eee314fce80 to your computer and use it in GitHub Desktop.

Revisions

  1. CosmicToast revised this gist Dec 28, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion tailscale.xml
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    <?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 allow direct (non-DERP) connections.</description>
    <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>
  2. CosmicToast revised this gist Dec 28, 2023. 2 changed files with 9 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    # Various Firewall-Cmd Files
    # Helpful FirewallD Files

    ## Services
    Place these in `/etc/firewalld/services/`.

    * HTTP/3 [http3.xml](#file-http3-xml)
    * HTTP/3 [http3.xml](#file-http3-xml)
    * Tailscale [tailscale.xml](#file-tailscale-xml)
    6 changes: 6 additions & 0 deletions tailscale.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    <?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 allow direct (non-DERP) connections.</description>
    <port protocol="udp" port="51820"/>
    </service>
  3. Chloe Kudryavtsev revised this gist Sep 21, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -3,4 +3,4 @@
    ## Services
    Place these in `/etc/firewalld/services/`.

    * HTTP/3 [http3.xml](http3.xml)
    * HTTP/3 [http3.xml](#file-http3-xml)
  4. Chloe Kudryavtsev created this gist Sep 21, 2022.
    6 changes: 6 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    # Various Firewall-Cmd Files

    ## Services
    Place these in `/etc/firewalld/services/`.

    * HTTP/3 [http3.xml](http3.xml)
    7 changes: 7 additions & 0 deletions http3.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    <?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>