mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
readme: openwrt netcat installation
By default OpenWrt comes with busybox-nc (the busybox implementation of netcat) which does not support server mode. You need to install GNU netcat.
This commit is contained in:
parent
2635fd8a66
commit
d0be14f84e
@ -1320,6 +1320,8 @@ curl можно выкинуть, если для получения ip лист
|
||||
rm /tmp/zapret-master.zip
|
||||
|
||||
Если места совсем мало :
|
||||
opkg update
|
||||
opkg install netcat
|
||||
cd /tmp
|
||||
nc -l -p 1111 >zapret.tar.gz
|
||||
На linux системе скачать и распаковать zapret. Оставить необходимый минимум файлов.
|
||||
|
Loading…
Reference in New Issue
Block a user