- Notifications
You must be signed in to change notification settings - Fork5
fix: add toggle for coder deployments behind a vpn#209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ethanndickson commentedJul 28, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This stack of pull requests is managed byGraphite. Learn more aboutstacking. |
let startSymbol = "OpenTunnel" | ||
// swiftlint:disable:next function_parameter_count |
ethanndicksonJul 28, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Moving these parameters behind a struct introduces a surprising amount of complexity, as it needs to manually beNSSecureCodable
- I don't see any immediate value in doing so.
No longer necessary, as soft network isolation is now enabled by default.coder/coder#19069 |
Uh oh!
There was an error while loading.Please reload this page.
Continues to address#201.