Skip to content

Doh option header

alex requested to merge doh-option-header into master

New option --header.

By default Homer uses the following headers Content-type: application/dns-message and Accept: application/dns-message. This option can be used to overwrite those default values.

Example : the following command will only have one defined header Accept: application/dns-json

% ./homer.py -H 'Accept: application/dns-json' https://dns.quad9.net/dns-query wikipedia.org

Merge request reports