From 5fb48ef4b263488bae33339caa13a79fd75c2dd8 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 23 Jan 2022 12:44:57 +0300 Subject: [PATCH] readme bsd: tips how to copy files --- docs/bsd.eng.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/bsd.eng.md b/docs/bsd.eng.md index 5510011..784056c 100644 --- a/docs/bsd.eng.md +++ b/docs/bsd.eng.md @@ -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. 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) ``` #!/bin/sh