mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-17 21:25:50 +02:00
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.
4 lines
95 B
Bash
Executable File
4 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
echo " ---[ IPsec external hook FAIL; only care if ipsecmod-strict: yes ]---"
|
|
exit 1
|