Releases: jittering/vproxy
Releases · jittering/vproxy
v0.14
Changelog
- 1091f70 build: fix goreleaser; updated homebrew path for dev
- 542ed54 build: updated deps
- ec3ad31 build: updated goreleaser
- 6bc6143 feat: save vhosts to disk and load on startup
- 3a300a9 feat: use stdlib for homedir lookup
- 698577a refactor: renmaed field to ServicePort
v0.13
Changelog
- 78f76fe feat: added new homebrew path
- de17905 feat: simpler config loading; separate paths for windows/nix
- c892f90 fix: cert path requires a trailing slash
v0.12.2
Changelog
- b0647ce fix: homebrew service declaration
v0.12.1
Changelog
- 5d43f23 build: added nss dep to homebrew (for certutil)
- 46dc4c4 fix: formatting of list command
- bcb9ae0 fix: hombrew formula deprecations (plist -> service)
v0.12
Changelog
- 68fd03d build: upgraded truststore to latest w/ bundled certutil
v0.11
Changelog
Added a daemonless mode for quick proxying of a single service:
~ $ sudo vproxy connect hello.local:8888 -- vproxy hello
[*] warning: daemon not running on localhost. running in single-client mode
[*] running command: /Users/chetan/.go/bin/vproxy hello
[*] starting proxy: http://127.0.0.1:80
[*] starting proxy: https://127.0.0.1:443
0 vhosts
2022-07-21 10:59:04 127.0.0.1:65165 [127.0.0.1] GET [ 200 ] /_vproxy/hello 0 7.6µs
[*] registering vhost: https://hello.local -> hello.local:8888
[*] registering new vhost: hello.local -> 8888
[*] restarting TLS listener
2022-07-21 10:59:04 127.0.0.1:65165 [127.0.0.1] POST [ 0 ] /_vproxy/clients/add 26 1.699945ms
[*] added vhost: hello.local:8888
[*] streaming logs for hello.local
~> starting vproxy hello service at http://127.0.0.1:8888
v0.10.2
Changelog
- 4668d4d fix: use portable lib to terminate processes
v0.10.1
Changelog
- 5cad911 build: added windows target
- 3dbbc95 build: windows build target
- 73442db fix: windows build compat
v0.10
Changelog
- 7e703be feat: tune number of connections while proxying