1

Add support for kde connect

This commit is contained in:
Evan Pratten 2023-11-12 16:04:56 -05:00
parent dacd853295
commit 68af550e4c

View File

@ -19,6 +19,10 @@ PROFILES = {
"comment": "Zola",
"ports": [(1111, "tcp")],
},
"kdeconnect":{
"comment":"KDE Connect",
"ports":[("1714:1764", "udp"), ("1714:1764", "tcp")]
}
}