Add MITM proxy for HTTPS requests

This commit is contained in:
David Stotijn
2019-11-24 00:14:49 +01:00
parent c48562e873
commit ef4f829572
6 changed files with 321 additions and 37 deletions

View File

@ -1,3 +1,6 @@
@cert = $HOME/.ssh/gurp_cert.pem
@key = $HOME/.ssh/gurp_key.pem
**/*.go {
daemon +sigterm: go run .
daemon +sigterm: go run . -cert @cert -key @key
}