This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Keenan
keenan.wantsmore.coffee
did:plc:idoohlyotnx4cnsnqqzm2gou
TIL that `curl` has a `--resolve` flag.
Example:
`curl example.com:8443 --resolve example.com:8443:127.0.0.1`
What it's doing is overriding it's DNS resolver, but it'll still send the correct information to the server for TLS!
Perfect for testing on a local host.
#linux #systems #engineering
2024-10-25T19:10:32.856Z