github yusing/godoxy v0.19.1

latest release: v0.19.2
11 hours ago

New

  • WebUI: added new ACL notify config to WebUI config editor
  • Entrypoint: not_found rule to customize non-existent routes behaviors, e.g.
    entrypoint:
      rules:
       not_found:
         - name: default
           do: proxy http://other-proxy:8080 # pass over to another reverse proxy
         - on: host css.domain.com
           do: serve /app/static/ # serve static files

Changes

  • Further optimized performance

Fixes

  • Config: fixed unknown field error for some valid fields

Don't miss a new godoxy release

NewReleases is sending notifications on new releases.