Fix UDP announce URL

This commit is contained in:
zzz
2025-04-27 11:24:06 -04:00
parent ee39fa92ae
commit 241b95bc65

View File

@ -43,7 +43,7 @@
int port = ZzzOTController.udpPort();
if (host != null) {
%>
<b>UDP Announce URL:</b> <a href="udp://<%=host%>:<%=port%>/a"</a>udp://<%=host%>:<%=port%>/a</a><br>
<b>UDP Announce URL:</b> <a href="udp://<%=host%>:<%=port%>/"</a>udp://<%=host%>:<%=port%>/a</a><br>
<%
}
%>