Commit graph

70 commits

Author SHA1 Message Date
f4ca8e91f2
Add some tests to ensure proper configuration parsing 2020-04-12 17:09:50 +02:00
671958e123
Complete first naive HTTP proxy implementation
- HTTPS configuration is till missing
- fix a few minor things in other plugins
- cleanup of config to reduce repeating of the same values multiple times
2020-04-12 03:51:41 +02:00
63a446d7e5
Prepare systemd deployment
- add systemd service
- add default file
- improve logging to see what kind of errors might occur
- ship multiple prepared config files and replace original one with a symlink
- fix current working directory getter
2020-04-12 00:09:30 +02:00
ca1ac7d89a
Move plugins to top level directory in repository
- update Makefiles and GoReleaser config
- update dependencies
2020-04-11 15:31:08 +02:00
ac62eab859
Initial commit http_proxy 2020-04-11 14:13:57 +02:00
9123d0103d
Fix module problems and update release v0.0.1 2020-04-11 14:11:09 +02:00
ac067cd288
Fix plugin modules and test make target 2020-04-11 13:48:13 +02:00
813411044f
Move plugins to sub-modules 2020-04-11 13:04:22 +02:00
d8b7cfa1a2
Merge pull request #4 from baez90/add-license
Create LICENSE
2020-04-11 12:19:45 +02:00
cd79537f67
Create LICENSE 2020-04-11 12:17:15 +02:00
ca76e18b93
Merge pull request #1 from baez90/add-github-ci
Add GitHub ci
2020-04-09 00:47:36 +02:00
6051ea11b1
Add goreleaser 2020-04-09 00:44:13 +02:00
d7f742700c
Add Go GitHub actions config 2020-04-07 21:40:36 +02:00
2475f88df3
Add Makefile and reference to docs 2020-04-07 00:31:47 +02:00
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
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
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
02d8b444e3
Introduce lifetime parameters to generate-ca cmd
- refactored flags parsing
2020-04-01 13:54:00 +02:00
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
6012f104af
Initial commit 2020-03-22 10:09:07 +01:00