Added kokoro
This commit is contained in:
@@ -43,6 +43,7 @@ ufw_outgoing_traffic:
|
||||
- 443 # HTTPS
|
||||
- 853 # DNS over TLS
|
||||
- 11434 # Ollama
|
||||
- 8880 # Kokoro-FastAPI
|
||||
|
||||
ufw_default_forward_policy: "ACCEPT"
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@ ufw_enable: true
|
||||
fw_allowed_ports:
|
||||
- { rule: "allow", port: "22", proto: "tcp" }
|
||||
- { rule: "allow", port: "11434", proto: "tcp" }
|
||||
- { rule: "allow", port: "8880", proto: "tcp" }
|
||||
|
||||
ufw_outgoing_traffic:
|
||||
- 22 # SSH
|
||||
|
||||
Reference in New Issue
Block a user