Commit graph

8 commits

Author SHA1 Message Date
530ef06ee1
feat: Trace ()
This PR should add the trace option, used by +trace and --trace

TODO
- [x] Making the trace work properly
- [x] Documentation adding
- [x] Completion adding

Co-authored-by: grumbulon <grumbulon@grumbulon.xyz>
Reviewed-on: 
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-12-10 17:51:49 +00:00
b1fa25a9a0
feat(dig): Dig +https ()
BREAKING CHANGE: DNS-over-HTTPS requests are now dealt with differently

Using +https or -H now implies adding /dns-query (like dig)
Using the implied https:// prefix follows the old behaviour (nothing added or implied)

Reviewed-on: 
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-10-20 21:34:24 +00:00
Sam
add1ef61a2
feat(packaging): Prepare for apt packaging ()
This needs to be tested (preferably extensively), which I will do now

Reviewed-on: 
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-10-14 14:11:01 +00:00
Sam
607c321de3
feat: fish completions ()
These are basically thrown together but more is always good

Reviewed-on: 
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-09-28 18:11:05 +00:00
Sam
f2218481ee
feat(completions): add bash ()
well, at least the same Dig and drill do

Reviewed-on: 
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-09-28 12:40:27 +00:00
Sam
8df0347891 fix: EDNS cookies work properly ()
also slight refactors :)

closes 

Co-authored-by: Sam Therapy <sam@samtherapy.net>
Reviewed-on: 
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-09-16 23:26:10 +00:00
Sam
c8282e8030 fix: make retries actually work properly ()
Reviewed-on: 
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-09-09 12:59:49 +00:00
Sam
068706ae9a (feat)Completions and documentation ()
Reviewed-on: 
2022-09-04 23:28:47 +00:00