Files
unbound/testdata/ipsecmod_hook.sh
W.C.A. Wijngaards d0a760a587 - Fix misconfigured ipsecmod hook causing path name
similarity with other file. The ipsecmod is changed for
  exec of the hook. The ipsecmod hook, if a script, has to
  start now with a line like `#!/bin/sh`. Thanks to Qifan
  Zhang, Palo Alto Networks, for the report.
2026-06-15 16:45:53 +02:00

4 lines
95 B
Bash
Executable File

#!/bin/sh
echo " ---[ IPsec external hook FAIL; only care if ipsecmod-strict: yes ]---"
exit 1