mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 20:20:53 +03:00
tpws: FreeBSD pf-enabled version
This commit is contained in:
parent
1006bc1ea6
commit
3d0feaf738
BIN
binaries/freebsd-x64/tpws_pf
Normal file
BIN
binaries/freebsd-x64/tpws_pf
Normal file
Binary file not shown.
@ -60,12 +60,13 @@ else
|
||||
echo installing binaries ...
|
||||
ccp $arch/ip2net ip2net
|
||||
ccp $arch/mdig mdig
|
||||
if [ "$(uname)" = "Linux" ]; then
|
||||
if [ "$UNAME" = "Linux" ]; then
|
||||
ccp $arch/nfqws nfq
|
||||
else
|
||||
ccp $arch/dvtws nfq
|
||||
fi
|
||||
ccp $arch/tpws tpws
|
||||
[ "$UNAME" = "FreeBSD" ] && ccp $arch/tpws_pf tpws
|
||||
exit 0
|
||||
else
|
||||
echo $arch is NOT OK
|
||||
|
Loading…
Reference in New Issue
Block a user