api/plugins/dns_mock
Peter Kurfer 7c2a41ad25 Move TLS/cert handling to main app
- apply changes in proxy plugin and TLS interceptor
- add HTTPS proxy support
- move ca-generation command to main app
- minor refactoring to improve API stability
- move mocks to extra packages to avoid cycling imports
- fix bug in multi-port configuration
- change HTTP proxy to redirect to HTTP mock instead of maintaining custom rules
2020-04-26 00:32:46 +02:00
..
fallback.go Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00
fallback_test.go Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00
go.mod Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
go.sum Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
init.go Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00
main.go Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
Makefile Complete first naive HTTP proxy implementation 2020-04-12 03:51:41 +02:00
protocol_options.go Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00
regex_handler.go Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00