Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quick Mesh Project
qMp packages
Commits
c6adde79
Commit
c6adde79
authored
Oct 29, 2011
by
Victor Oncins
Browse files
Merge branch 'autoconfig' of
ssh://qmp.cat:221/qmp
into autoconfig
parents
801fb650
2b3b0a36
Changes
4
Hide whitespace changes
Inline
Side-by-side
packages/qmp-small-node/files/etc/qmp/qmp.banner
0 → 100644
View file @
c6adde79
__ _ /\/\ _ __
/ _` |/ \| '_ \
| (_| / /\/\ \ |_) |
\__, \/ \/ .__/
|_| |_|
quick MESH project
packages/qmp-small-node/files/etc/uci-defaults/qmp_banner
0 → 100755
View file @
c6adde79
#!/bin/sh
cat
/etc/qmp/qmp.banner
>>
/etc/banner
echo
"Versio ratafia 1.0 (Sat Oct 29 2011) ---------------"
>>
/etc/banner
echo
"Ratafia Recipe: http://en.wikipedia.org/wiki/Ratafia"
>>
/etc/banner
echo
"----------------------------------------------------"
>>
/etc/banner
packages/qmp-small-node/files/etc/uci-defaults/qmp_splash_fw
0 → 100755
View file @
c6adde79
#!/bin/sh
cat
<<
QMP
>> /etc/firewall.user
IPLOCAL="
\$
(uci get qmp.networks.lan_address)"
/usr/sbin/iptables -t nat -N captive-portal
/usr/sbin/iptables -t nat -I PREROUTING -i br-lan ! -d
\$
{IPLOCAL} -j captive-portal
/usr/sbin/iptables -t nat -A captive-portal -p tcp --destination-port 80 -j DNAT --to-destination
\$
{IPLOCAL}:8888
QMP
packages/qmp-tinyproxy/files/tinyproxy.config
View file @
c6adde79
...
...
@@ -254,5 +254,5 @@ option SplashTimeout 690
option
SplashDir
"/usr/share/tinyproxy/splash/public"
option
SplashContinue
"/continue/"
option
SplashIndex
"/index.html"
option
SplashNodesDir
"/tmp/splash/whitelist"
option
SplashNodesDir
"/tmp/splash/whitelist
/
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment