mirror of
https://github.com/alvierahman90/gohookr.git
synced 2024-11-23 07:49:53 +00:00
include appendheaders in readme example config
This commit is contained in:
parent
c5fef8e42d
commit
f13dbe3250
@ -69,7 +69,8 @@ An example config file can be found [here](./config.json) but also below:
|
|||||||
"test": {
|
"test": {
|
||||||
"Script": {
|
"Script": {
|
||||||
"Program": "./example.sh",
|
"Program": "./example.sh",
|
||||||
"AppendPayload": true
|
"AppendPayload": true,
|
||||||
|
"AppendHeaders": true
|
||||||
},
|
},
|
||||||
"DisableSignatureVerification": true,
|
"DisableSignatureVerification": true,
|
||||||
"Tests": [
|
"Tests": [
|
||||||
|
Loading…
Reference in New Issue
Block a user