Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CentralNic
perl-doh
Commits
90e0cb2c
Unverified
Commit
90e0cb2c
authored
Jun 29, 2018
by
Gavin Brown
Browse files
accept --debug argument and pass it to HTTP::Daemon
parent
26a7a492
Changes
1
Hide whitespace changes
Inline
Side-by-side
dohd.pl
View file @
90e0cb2c
...
...
@@ -17,6 +17,7 @@ GetOptions(
'
addr=s
'
=>
\
$addr
,
'
port=i
'
=>
\
$port
,
'
resolver=s
'
=>
\
$raddr
,
'
debug
'
=>
\
$
HTTP::Daemon::
DEBUG
,
);
my
$resolver
=
Net::DNS::
Resolver
->
new
('
nameservers
'
=>
[
$raddr
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment