GoDoxy/internal/route/rules
Yuzerion 4a8bd48ad5
Some checks are pending
Docker Image CI (socket-proxy) / build (push) Waiting to run
fix: optimize memory usage, fix agent and code refactor (#118)
* refactor: simplify io code and make utils module independent

* fix(docker): agent and socket-proxy docker event flushing with modified reverse proxy handler

* refactor: remove unused code

* refactor: remove the use of logging module in most code

* refactor: streamline domain mismatch check in certState function

* tweak: use ecdsa p-256 for autocert

* fix(tests): update health check tests for invalid host and add case for port in host

* feat(acme): custom acme directory

* refactor: code refactor and improved context and error handling

* tweak: optimize memory usage under load

* fix(oidc): restore old user matching behavior

* docs: add ChatGPT assistant to README

---------

Co-authored-by: yusing <yusing@6uo.me>
2025-05-25 09:45:57 +08:00
..
cache.go style: coed cleanup and fix styling 2025-05-10 10:46:31 +08:00
check_on.go fix proxy rules behavior and implemented a few more rules and commands, dependencies upgrade 2025-01-11 12:22:42 +08:00
command.go fix proxy rules behavior and implemented a few more rules and commands, dependencies upgrade 2025-01-11 12:22:42 +08:00
crypto.go fix proxy rules behavior and implemented a few more rules and commands, dependencies upgrade 2025-01-11 12:22:42 +08:00
do.go refactor: rename module 'err' to 'gperr' in references 2025-03-28 07:39:26 +08:00
do_test.go fixed some tests 2025-01-29 09:40:37 +08:00
errors.go refactor: rename module 'err' to 'gperr' in references 2025-03-28 07:39:26 +08:00
fields.go fix proxy rules behavior and implemented a few more rules and commands, dependencies upgrade 2025-01-11 12:22:42 +08:00
help.go rules: updated help message, make values optional, fixes tests 2025-02-06 05:13:47 +08:00
on.go fix: middleware bypass 2025-05-11 06:33:22 +08:00
on_internal_test.go fix: middleware bypass 2025-05-11 06:33:22 +08:00
on_test.go fix: middleware bypass 2025-05-11 06:33:22 +08:00
parser.go refactor: rename module 'err' to 'gperr' in references 2025-03-28 07:39:26 +08:00
parser_test.go refactor: rename module 'err' to 'gperr' in references 2025-03-28 07:39:26 +08:00
rules.go make rules.name optional 2025-02-06 18:25:39 +08:00
rules_test.go fix: optimize memory usage, fix agent and code refactor (#118) 2025-05-25 09:45:57 +08:00
validate.go feat(rules.on): support route directive 2025-05-05 19:34:24 +08:00