Working self host!

This commit is contained in:
Jade Ellis
2024-03-06 20:46:02 +00:00
parent 6e86da1af8
commit ec7d880c39
9 changed files with 267 additions and 36 deletions
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<zone>
<short>Public</short>
<description>For use in public areas. You do not trust the other computers on networks to not harm your computer. Only selected incoming connections are accepted.</description>
<service name="ssh"/>
<service name="mdns"/>
<service name="dhcpv6-client"/>
<service name="http"/>
<service name="https"/>
<port port="9090" protocol="tcp"/>
<port port="9000" protocol="tcp"/>
<forward/>
</zone>