Commit Graph

137 Commits

Author SHA1 Message Date
Vladislav Yarmak fd303bda12 allow use $lAddr in ip hint template 2023-09-06 17:34:07 +03:00
Vladislav Yarmak 88898cb94f add arm64 build target 2023-06-27 01:31:57 +03:00
Vladislav Yarmak bfb2dd3192 bump snap version 2023-06-27 00:04:55 +03:00
Snawoot dc3ea41657
Merge pull request #33 from Snawoot/localaddr_hint
Localaddr hint
2023-06-27 00:04:22 +03:00
Vladislav Yarmak 3b39b845de improve wording 2023-06-27 00:03:01 +03:00
Vladislav Yarmak d86c7a8b11 upd doc 2023-06-27 00:00:31 +03:00
Vladislav Yarmak 61ba22edb5 dynamic integration for bounded dialer by user request 2023-06-26 23:53:23 +03:00
Vladislav Yarmak f1dc40b0ce initial integration for bounded dialer in static mode 2023-06-26 23:53:23 +03:00
Vladislav Yarmak 36235d68fb implementation of local address-bound dialer 2023-06-26 23:53:23 +03:00
Vladislav Yarmak 61221213c2 bump snap version 2023-04-03 23:28:47 +03:00
Snawoot 558205357d
Merge pull request #29 from Snawoot/fix_alpn
Fix ALPN for autocert
2023-04-03 23:28:24 +03:00
Vladislav Yarmak 2c3bd0f6c4 fix ALPN for autocert 2023-04-03 23:24:32 +03:00
Vladislav Yarmak eaaec2fcc2 bump snap version 2023-04-02 00:26:25 +03:00
Snawoot dddbc0958a
Merge pull request #27 from Snawoot/socket_activation
Socket activation
2023-04-02 00:23:08 +03:00
Vladislav Yarmak 02eff463a1 update help and docs 2023-04-02 00:08:35 +03:00
Vladislav Yarmak ccc82546b1 socket activation support 2023-04-01 23:55:06 +03:00
Vladislav Yarmak 93f12af49a bump snap version 2023-03-22 20:12:57 +02:00
Snawoot be0db8b2ac
Merge pull request #24 from Snawoot/dependabot/go_modules/golang.org/x/net-0.7.0
Bump dependencies
2023-03-22 20:02:08 +02:00
Vladislav Yarmak 466a2cab82 Makefile: consider go.mod and go.sum a source depencency 2023-03-22 20:00:50 +02:00
Vladislav Yarmak a27e37d3f6 update all deps 2023-03-22 19:59:06 +02:00
dependabot[bot] a1658c2886
Bump golang.org/x/net from 0.5.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 17:54:04 +00:00
Snawoot f43c8cb163
Update README.md 2023-03-10 03:48:49 +02:00
Snawoot 6579e282e0
Merge pull request #22 from Snawoot/docker_wr_dir
create writable dir in the docker image
2023-02-19 21:50:39 +02:00
Vladislav Yarmak c59ded962b create writable dir in the docker image 2023-02-19 21:48:54 +02:00
Vladislav Yarmak 0300b0b4f0 bump snap version 2023-02-09 22:09:01 +02:00
Snawoot 83d76386b5
Merge pull request #18 from Snawoot/proxy_dialer
Proxy chaining support
2023-02-09 22:07:06 +02:00
Vladislav Yarmak 8287809e31 upd doc 2023-02-09 21:56:59 +02:00
Vladislav Yarmak 8c250aa76f switch to bundled http proxy connector 2023-02-09 21:56:51 +02:00
Vladislav Yarmak 6db083d2a6 proxy dialer 2023-02-09 21:56:43 +02:00
Vladislav Yarmak daac1baa9a make handler use custom dialer 2023-02-07 23:47:19 +02:00
Snawoot a3818bc1eb
Merge pull request #17 from tiaga/alpine
Build Alpine image
2023-02-05 01:39:54 +02:00
tiaga 03f42cc24f Build Alpine image
Build an image based on Alpine:
- name build stages (scratch and alpine respectively) to use them as targets during a build
- set `DOCKER_BUILDKIT` to build only required stages within one `Dockerfile`
- improve tagging mechanism
- bump GitHub Actions versions to get rid of warnings about "save-state deprecation"
2023-02-04 17:18:24 +03:00
Vladislav Yarmak 907d52b7fa bump snap version 2022-09-14 22:17:13 +03:00
Snawoot 77729e9eef
Merge pull request #13 from Snawoot/log_user
log user
2022-09-14 22:12:42 +03:00
Vladislav Yarmak c09b293ded log user 2022-09-14 22:09:29 +03:00
Vladislav Yarmak 8f338e0c62 bump snap version 2022-09-07 10:40:56 +03:00
Snawoot 839619b3bf
Merge pull request #11 from Snawoot/fix_cert_auth
fix cert auth
2022-09-07 10:29:44 +03:00
Vladislav Yarmak 2e2f2c29af fix cert auth 2022-09-07 10:27:33 +03:00
Vladislav Yarmak d0c1dec64b bump snap version 2022-09-07 00:41:58 +03:00
Snawoot b049886341
Merge pull request #10 from Snawoot/htpasswd_util
htpasswd-alike util
2022-09-07 00:28:15 +03:00
Vladislav Yarmak fe4294e3c2 upd doc 2022-09-07 00:26:40 +03:00
Vladislav Yarmak de8cbc0033 htpasswd-alike util 2022-09-07 00:08:06 +03:00
Snawoot a546f7627d
Merge pull request #9 from Snawoot/htpasswd_improvements
Passwd auth improvements
2022-09-06 22:50:01 +03:00
Vladislav Yarmak 7708cee1a2 reflect latest changes in docs 2022-09-06 21:49:36 +03:00
Vladislav Yarmak 6adb7bacba htpasswd autoreload 2022-09-06 21:43:56 +03:00
Vladislav Yarmak ac1ade4c69 new password auth engine 2022-09-06 20:15:25 +03:00
Vladislav Yarmak 6dc1e7c390 remove donation options 2022-09-06 11:15:34 +03:00
Vladislav Yarmak b0ab56d1b0 fix doc 2022-09-05 01:49:58 +03:00
Vladislav Yarmak f5bbed995d bump version 2022-09-05 01:45:07 +03:00
Vladislav Yarmak cd512b838e upd doc 2022-09-05 01:44:53 +03:00