feat:beta channel and live MITM cert reload#17
Closed
Joyce-O wants to merge 1 commit intoGreyhavenHQ:mainfrom
Closed
feat:beta channel and live MITM cert reload#17Joyce-O wants to merge 1 commit intoGreyhavenHQ:mainfrom
Joyce-O wants to merge 1 commit intoGreyhavenHQ:mainfrom
Conversation
Contributor
|
@Joyce-O can you submit one for the mitm cert reload and one for the beta channel ? Theses are 2 differents things that should not be mixed in a single PR |
Contributor
Author
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.
feat: beta channel and live MITM cert reload
Beta channel
scripts/release.shwithpatch,minor, andbetabump types (same logic as greywall)make release,make release-minor,make release-betatargetsskip_upload: autoto.goreleaser.yamlso beta tags skip the Homebrew tapCertificate reload (no restart needed)
injectCertPathshelper — injectsmitm.certFile/mitm.keyFileinto HTTP and SOCKS5 handler configs if cert files exist; now called from bothStartandreloadConfig(previously SIGHUP reloads were missing the cert injection)watchCertFilesgoroutine: pollsca-cert.pemandca-key.pemevery 5 seconds, triggersreloadConfigon mtime change with 500ms debounce to let both files finish writingPOST /api/cert/reloadendpoint (CertReloadHandler) wired top.reloadConfigviaReloadCertFnonSharedgreyproxy cert reloadCLI subcommand — hits the endpoint and prints the result