1

Add echolink to ufw gen

This commit is contained in:
Evan Pratten 2024-01-07 12:48:49 -05:00
parent 460f31f307
commit 3c446f5448

View File

@ -34,6 +34,10 @@ PROFILES = {
("10000:20000", "udp"),
],
},
"elproxy": {
"comment": "ElProxy",
"ports": [(8100, "tcp"), (5198, "udp"), (5199, "udp"), (5200, "tcp")],
},
}