Browse Source

tpws: FreeBSD pf-enabled version

pull/98/head
bol-van 3 years ago
parent
commit
3d0feaf738
  1. BIN
      binaries/freebsd-x64/tpws_pf
  2. 3
      install_bin.sh

BIN
binaries/freebsd-x64/tpws_pf

Binary file not shown.

3
install_bin.sh

@ -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

Loading…
Cancel
Save