mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-24 19:22:26 +01:00
Merge pull request #1118 from vegged/master
This commit is contained in:
@@ -159,7 +159,7 @@ load_rdr_rule() {
|
||||
|
||||
local inet="${1}"
|
||||
local if_name="${2}"
|
||||
local if=ext_if=\"${2}\"
|
||||
local if="${bastille_network_pf_ext_if}"=\"${2}\"
|
||||
local src="${3}"
|
||||
local dst="${4}"
|
||||
local proto="${5}"
|
||||
@@ -194,7 +194,7 @@ load_rdr_log_rule() {
|
||||
|
||||
local inet="${1}"
|
||||
local if_name="${2}"
|
||||
local if=ext_if=\"${2}\"
|
||||
local if="${bastille_network_pf_ext_if}"=\"${2}\"
|
||||
local src="${3}"
|
||||
local dst="${4}"
|
||||
local proto="${5}"
|
||||
@@ -414,4 +414,4 @@ while [ "$#" -gt 0 ]; do
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user