You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openwrt-support/luci-app-rtp2httpd/htdocs/luci-static/resources/view/rtp2httpd.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -501,7 +501,7 @@ return view.extend({
501
501
"r2h_token",
502
502
_("R2H Token"),
503
503
_(
504
-
"If set, all HTTP requests must include r2h-token query parameter with matching value (e.g., http://<server:port>/rtp/<ip:port>?fcc=<ip:port>&r2h-token=<your-token>)"
504
+
"If set, all HTTP requests must include r2h-token query parameter with matching value (e.g., http://server:port/rtp/ip:port?fcc=ip:port&r2h-token=your-token)"
0 commit comments