Add a -p for proxy flag

Open
#37 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
c
Domain
cli, networking

Research direction

Start by locating doh's command-line option parsing and the request setup used by the example command. Check how an HTTP proxy can be configured for the request, then verify that -p accepts 127.0.0.1:8080 and routes the DoH request through it.

Written by the indexing model from the issue text.

Description

Would be great if I could send my requests to my Burp Suite proxy. Possible to add a -p flag for proxy?

Would look like this:

doh -k www.example.com https://10.10.10.10/dns-query -p 127.0.0.1:8080

Dominant language
C
Stars
430
Forks
61
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from curl/doh

All issues in curl/doh

Similar issues

More C issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.