Commit graph

109 commits

Author SHA1 Message Date
Peter 6051ea11b1
Add goreleaser 2020-04-09 00:44:13 +02:00
Peter d7f742700c
Add Go GitHub actions config 2020-04-07 21:40:36 +02:00
Peter 2475f88df3
Add Makefile and reference to docs 2020-04-07 00:31:47 +02:00
Peter c3e362c8e5
Add some basic docs
- unify http_mock and dns_mock in config styles
- panic if pattern is not a valid regexp in http_mock
- add basic doc structure
2020-04-07 00:17:07 +02:00
Peter 63ba6da810
Add basic DNS and DNS-over-TLS implementation
- add random and incremental DNS fallback strategy
- add option to handle DNS requests based on regex patterns
- made Makefiles plugin independent
- extended config
- set default plugins directory in Dockerfile
2020-04-02 00:58:44 +02:00
Peter 0ed90708d8
Allow plugins to be resided in subdirectories
- clean output after running tests
- add formatting to make chain
2020-04-01 15:05:44 +02:00
Peter 02d8b444e3
Introduce lifetime parameters to generate-ca cmd
- refactored flags parsing
2020-04-01 13:54:00 +02:00
Peter a720b0ee41
Initial working version
* supports HTTP
* support TLS interception e.g. for HTTPS
* support CA generation via cli
* first draft of plugin API
* support commands from plugins
* includes Dockerfile
* includes basic configuration
2020-04-01 04:08:21 +02:00
Peter 6012f104af
Initial commit 2020-03-22 10:09:07 +01:00