|
@ -672,13 +672,11 @@ check_domain() |
|
|
} |
|
|
} |
|
|
done |
|
|
done |
|
|
|
|
|
|
|
|
|
|
|
echo |
|
|
if [ "$SUBSYS" = "pfSense" ] ; then |
|
|
if [ "$SUBSYS" = "pfSense" ] ; then |
|
|
echo |
|
|
|
|
|
echo "tpws tests are not possible on pfSense" |
|
|
echo "tpws tests are not possible on pfSense" |
|
|
report_append "ipv${IPV} $4 $1 : automated tpws tests are not possible on pfSense. check docs/bsd.txt" |
|
|
report_append "ipv${IPV} $4 $1 : automated tpws tests are not possible on pfSense. check docs/bsd.txt" |
|
|
else |
|
|
else |
|
|
echo |
|
|
|
|
|
|
|
|
|
|
|
echo preparing tpws redirection |
|
|
echo preparing tpws redirection |
|
|
tpws_ipt_prepare $2 |
|
|
tpws_ipt_prepare $2 |
|
|
|
|
|
|
|
|