Milí majitelé routerů Turris,
toto fórum bylo 9. 12. 2016 zmrazeno a nahrazeno naším novým Turris fórem. Ještě chvíli bude dostupné k prohlížení, ale již zde není možné přispívat. Více informací naleznete v oznámení o uzavření fóra.
Dear Turris routers users,
this forum has been frozen on Dec 9th, 2016 and replaced by our new Turris forum. It will be read-only accessible for some time after. For more information, read the announcement about closing the forum.
/www/cgi-bin/status.sh
:#!/bin/sh
echo -e "Content-type: application/json\r\n\r"
echo "[$(luci-bwc -i eth2)]"
chmod +x /www/cgi-bin/status.sh
)/etc/lighttpd/conf.d/cgi.conf
s následujícím obsahem:
$HTTP["url"] =~ "^/cgi-bin/" {
cgi.assign += (
"" => "",
)
}
http://<turris>/cgi-bin/status.sh
wan
je třeba uvést skutečný název rozhraní, ve výchozím stavu tedy eth2
.
Powered by mwForum 2.29.3 © 1999-2013 Markus Wichitill