mirror of https://github.com/aredn/aredn.git
Winlink Server -> Winlink Post Office (#1589)
This commit is contained in:
parent
784f99ffcb
commit
0796730dbe
|
@ -98,7 +98,7 @@ const templates = [
|
|||
{ name: "Sunba Smart camera", type: "camera", protocol: "http", port: 80, path: "ISAPI/Custom/snapshot?authInfo=USERNAME:PASSWORD" },
|
||||
{ name: "NTP Server", type: "time", protocol: "ntp", port: 123 },
|
||||
{ name: "Streaming video", type: "video", protocol: "rtsp", port: 554 },
|
||||
{ name: "Winlink Server", type: "winlink", protocol: "winlink", port: 8772 },
|
||||
{ name: "Winlink Post Office", type: "winlink", protocol: "winlink", port: 8772 },
|
||||
{ name: "Phone info", type: "phone", link: false, text: "xYOUR-PHONE-EXTENSION" },
|
||||
{ name: "Map", type: "map", protocol: "http", port: 80 },
|
||||
{ name: "MeshChat", type: "chat", protocol: "http", port: 80, path: "meshchat" },
|
||||
|
|
Loading…
Reference in New Issue