mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 20:20:53 +03:00
readme bsd: tips how to copy files
This commit is contained in:
parent
645f705ba7
commit
5fb48ef4b2
@ -181,6 +181,10 @@ There's autostart script example in `init.d/pfsense`. It should be placed to `/u
|
|||||||
Write your ipfw rules and daemon start commands.
|
Write your ipfw rules and daemon start commands.
|
||||||
Because git is absent the most convinient way to copy files is ssh. curl is present by default.
|
Because git is absent the most convinient way to copy files is ssh. curl is present by default.
|
||||||
|
|
||||||
|
Copy zip with zapret files to `/opt` and unpack there as it's done in other systems.
|
||||||
|
In this case run dvtws as `/opt/zapret/nfq/dvtws`. Or just copy `dvtws` to `/usr/local/sbin`. As you wish.
|
||||||
|
ipset scripts are working, cron is present. It's possible to renew lists.
|
||||||
|
|
||||||
/usr/local/etc/rc.d/zapret.sh (chmod 755)
|
/usr/local/etc/rc.d/zapret.sh (chmod 755)
|
||||||
```
|
```
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
Loading…
Reference in New Issue
Block a user