tpws: FreeBSD pf-enabled version

This commit is contained in:
bol-van 2022-01-23 14:45:12 +03:00
parent 1006bc1ea6
commit 3d0feaf738
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -60,12 +60,13 @@ else
echo installing binaries ... echo installing binaries ...
ccp $arch/ip2net ip2net ccp $arch/ip2net ip2net
ccp $arch/mdig mdig ccp $arch/mdig mdig
if [ "$(uname)" = "Linux" ]; then if [ "$UNAME" = "Linux" ]; then
ccp $arch/nfqws nfq ccp $arch/nfqws nfq
else else
ccp $arch/dvtws nfq ccp $arch/dvtws nfq
fi fi
ccp $arch/tpws tpws ccp $arch/tpws tpws
[ "$UNAME" = "FreeBSD" ] && ccp $arch/tpws_pf tpws
exit 0 exit 0
else else
echo $arch is NOT OK echo $arch is NOT OK