Last active
December 28, 2023 12:29
-
-
Save CosmicToast/fb9fc9cd73134e3878d88eee314fce80 to your computer and use it in GitHub Desktop.
Revisions
-
CosmicToast revised this gist
Dec 28, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 facilitate direct (non-DERP) connections.</description> <port protocol="udp" port="51820"/> </service> -
CosmicToast revised this gist
Dec 28, 2023 . 2 changed files with 9 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@ # Helpful FirewallD Files ## Services Place these in `/etc/firewalld/services/`. * HTTP/3 [http3.xml](#file-http3-xml) * Tailscale [tailscale.xml](#file-tailscale-xml) This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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> -
Chloe Kudryavtsev revised this gist
Sep 21, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,4 +3,4 @@ ## Services Place these in `/etc/firewalld/services/`. * HTTP/3 [http3.xml](#file-http3-xml) -
Chloe Kudryavtsev created this gist
Sep 21, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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) This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>