Conversation
V3.3.2-rc1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ons/checkout-6.0.2 Bump actions/checkout from 6.0.1 to 6.0.2
Sync v3.3.1-rc3 changes to v3.3.2
Replaces hardcoded paths with variables initialized from start flags
Make it more like kuma
Removed the legacy web file manager and related APIs, and introduced a WebDAV server for managing files in the web directory.
- Replaces the old trie node structure with a sorted range-based approach for supporting binary search - Add more test cases
Removed invalid restart implementation in ACME module
Fixed restart stuck bug
and removed start flags for PROXY PROTOCOL
Fix typo, change from "Any acess requesting" to "Any access requesting"
Update rules.html Fix typo, change from "Any acess requesting" to "Any access requesting"
Fix typo, change from "Any acess requesting" to "Any access requesting"
- Added experimental trust proxy implementation in access rule module - Added tools to update default trusted proxy ip list (CF only) - Added comments to plugin_api.go and api.go so devs don't mix them up
Add device type based redirection filter, so site owner can now redirect m.example.com to example.com if mobile site is opened with desktop browser and vise versa
Added singleton implementation of http.Transport per dpcore instance
- Updated webdev server UI - Fixed double scroll bar issue on HTTP proxy rule
Update IP blacklist description text
Owner
Author
PassiveLemon
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This pull request introduces several new features and improvements, including enhanced trusted proxy management, more flexible configuration via startup flags, and updates to documentation and Docker workflow. The most notable changes are the addition of trusted proxy APIs, dynamic path initialization based on startup flags, and improvements to ACME certificate renewal logic.
Notes: Unlike previous rc-1 which finalize the new feature sets, this release only contains a subset of new features and introduce a new implementation to dpcore which some users might find really helpful. More features will be added in rc-2 after the Lunar New Year holiday.
Trusted Proxy Management:
TrustProxyHeadersOnlysetting insrc/accesslist.goand registering these APIs insrc/api.go. [1] [2]TrustProxyHeadersOnlyfield to the default access rule insrc/mod/access/access.go.Configuration and Startup Improvements:
src/def.goand initialized them insrc/main.go. [1] [2] [3] [4] [5] [6]src/main.go.src/config.go.ACME Certificate Renewal Logic:
src/acme.go. [1] [2] [3]API and Feature Updates:
src/api.go. [1] [2]Documentation and Workflow Updates:
.github/workflows/docker.yml.README.mdwith new command-line options, configuration flags, and a section for community-contributed features. [1] [2] [3] [4]