Added argument support instead of string
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# dns_bpf_correlate_fixed.sh
|
||||
set -u
|
||||
|
||||
DOMAIN="tracker1.myporn.club"
|
||||
DOMAIN=$1
|
||||
WINDOW_MS=2000
|
||||
HALF_WINDOW_MS=$((WINDOW_MS/2))
|
||||
BASE_TS="$(date +%Y%m%d_%H%M%S)"
|
||||
|
||||
Reference in New Issue
Block a user