- Notifications
You must be signed in to change notification settings - Fork3
chore: remove "VPN" from setting description#86
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
chore: remove "VPN" from setting description#86
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Do we want to change it in the UI too? |
4405af0
tof99d936
Comparef99d936
to17da969
CompareThere 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.
There's one more inViews/Settings/LiteralHeadersSection.swift
, I had it incorrectly asCoder VPN
(with a space)
Change-Id: If1e0c81dd7188eea92f814424a997944a07caf86Signed-off-by: Thomas Kosiewski <tk@coder.com>
17da969
to3579523
CompareThomasK33 commentedMar 11, 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.
2094e9f
intomainUh oh!
There was an error while loading.Please reload this page.
One thing I noticed as part of my work on#121 is that our attempted fix introduced in#92 wasn't working as expected if the user had a VPN configuration installed before#86. This PR fetches the unique name of the VPN service dynamically, as part of the script, such that the service is started and stopped regardless of whether the service is called "Coder" or the older "CoderVPN".This also ensures we don't break it again if we ever change that name, such as to "Coder Connect" (I don't totally recall why it was set to "Coder", but I don't mind it)
Uh oh!
There was an error while loading.Please reload this page.
Rename "CoderVPN" to "Coder Connect" in UI and system components