readme bsd: FreeBSD repo notice

This commit is contained in:
bol-van 2022-01-23 13:11:25 +03:00
parent 90fa5d92fe
commit 67f35276d2
2 changed files with 9 additions and 0 deletions

View File

@ -185,6 +185,11 @@ Copy zip with zapret files to `/opt` and unpack there as it's done in other syst
In this case run dvtws as `/opt/zapret/nfq/dvtws`. Or just copy `dvtws` to `/usr/local/sbin`. As you wish. 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. ipset scripts are working, cron is present. It's possible to renew lists.
If you dont like poverty of default repos its possible to enable FreeBSD repo.
Change no to yes in /usr/local/etc/pkg/repos/FreeBSD.conf.
Then it becomes possible to install all the required software including git to download zapret from github directly.
/usr/local/etc/rc.d/zapret.sh (chmod 755) /usr/local/etc/rc.d/zapret.sh (chmod 755)
``` ```
#!/bin/sh #!/bin/sh

View File

@ -183,6 +183,10 @@ pfsense использует фаервол pf, а он не поддержив
Как вам больше нравится. Как вам больше нравится.
ipset скрипты работают, крон есть. Можно сделать автообновление листов. ipset скрипты работают, крон есть. Можно сделать автообновление листов.
Если вас напрягает бедность имеющегося репозитория, можно включить репозиторий от FreeBSD, который по умолчанию выключен.
Поменяйте no на yes в /usr/local/etc/pkg/repos/FreeBSD.conf
Можно установить весь привычный soft, включая git, чтобы напрямую скачивать zapret с github.
/usr/local/etc/rc.d/zapret.sh (chmod 755) /usr/local/etc/rc.d/zapret.sh (chmod 755)
----------- -----------
#!/bin/sh #!/bin/sh