Entware / Entware-ng

Entware-ng
GNU General Public License v2.0
1.21k stars 152 forks source link

Include Pixelserv-tls #176

Closed swetoast closed 8 years ago

swetoast commented 8 years ago

Supports both arm and mipsel great for adblocking

https://github.com/kvic-z/pixelserv-tls

ryzhovau commented 8 years ago

Done.

Thanks to @kvic-z.

swetoast commented 8 years ago

mind adding the arm7 package too and not just the mipsel

ryzhovau commented 8 years ago

That's normal, non-mipsel binaries will arrive soon.

swetoast commented 8 years ago

not sure if you included a init script so here is mine thats tested and working

#!/bin/sh

ENABLED=yes
PROCS=pixelserv
ARGS="`ifconfig br0 | awk '/inet addr/{print substr($2,6)}'` -p 80 -p 8080 -k 443 -k 2443 -u $USER"
PREARGS=""
DESC=$PROCS
PATH=/opt/sbin:/opt/bin:/opt/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

. /opt/etc/init.d/rc.func
ryzhovau commented 8 years ago

not sure if you included a init script ...

Please, check first. Then write.

...so here is mine thats tested and working

This is firmware-independed repo, we can't take interface names form asuswrt-merlin.