dump1090: update to latest version

Also rename uhttpd config from xupnpd to dump1090

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas
2017-12-31 19:14:58 +01:00
parent 67d625ef52
commit 022186c0a4
2 changed files with 15 additions and 15 deletions
+11 -11
View File
@@ -1,16 +1,16 @@
#!/bin/sh
uci batch <<-EOF
set uhttpd.xupnpd=uhttpd
set uhttpd.xupnpd.listen_http='0.0.0.0:8080 [::]:8080'
set uhttpd.xupnpd.home=/usr/share/dump1090
set uhttpd.xupnpd.rfc1918_filter=1
set uhttpd.xupnpd.max_requests=3
set uhttpd.xupnpd.max_connections=100
set uhttpd.xupnpd.script_timeout=60
set uhttpd.xupnpd.network_timeout=30
set uhttpd.xupnpd.http_keepalive=20
set uhttpd.xupnpd.tcp_keepalive=1
set uhttpd.xupnpd.index_page='index.html index.htm gmap.html'
set uhttpd.dump1090=uhttpd
set uhttpd.dump1090.listen_http='0.0.0.0:8080 [::]:8080'
set uhttpd.dump1090.home=/usr/share/dump1090
set uhttpd.dump1090.rfc1918_filter=1
set uhttpd.dump1090.max_requests=3
set uhttpd.dump1090.max_connections=100
set uhttpd.dump1090.script_timeout=60
set uhttpd.dump1090.network_timeout=30
set uhttpd.dump1090.http_keepalive=20
set uhttpd.dump1090.tcp_keepalive=1
set uhttpd.dump1090.index_page='index.html index.htm gmap.html'
commit uhttpd
EOF
exit 0