Implement VPN Service - #102
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #102 +/- ##
==========================================
- Coverage 70.42% 70.10% -0.33%
==========================================
Files 130 134 +4
Lines 10546 10844 +298
==========================================
+ Hits 7427 7602 +175
- Misses 2352 2451 +99
- Partials 767 791 +24 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
majst01
force-pushed
the
vpn-service
branch
5 times, most recently
from
December 11, 2025 17:35
20333ce to
d4d988c
Compare
…into vpn-service
iljarotar
reviewed
Jan 16, 2026
iljarotar
reviewed
Jan 16, 2026
iljarotar
reviewed
Jan 16, 2026
iljarotar
reviewed
Jan 16, 2026
iljarotar
reviewed
Jan 16, 2026
iljarotar
reviewed
Jan 16, 2026
iljarotar
reviewed
Jan 16, 2026
iljarotar
reviewed
Jan 16, 2026
…into vpn-service
majst01
force-pushed
the
vpn-service
branch
2 times, most recently
from
January 17, 2026 12:52
4bcd742 to
e2716ae
Compare
majst01
force-pushed
the
vpn-service
branch
2 times, most recently
from
January 19, 2026 09:18
a4ac53c to
23ea9aa
Compare
This was referenced Jan 21, 2026
iljarotar
reviewed
Jan 21, 2026
iljarotar
reviewed
Jan 21, 2026
iljarotar
reviewed
Jan 21, 2026
iljarotar
reviewed
Jan 21, 2026
iljarotar
reviewed
Jan 21, 2026
iljarotar
approved these changes
Jan 21, 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.
Description
Dependents:
TODO:
username cannot start with a numberUpdate procedure from headscale 0.23.1 -> v0.27.1
Update must be done in incremental steps like so: 0.23.1 -> v0.24.3 -> v0.25.1 -> v0.26.1 -> v0.27.1
When going to v0.26.1 and then to v0.27.1 existing tailscale clients go into
offlinebut running
systemctl restart tailscaledon the firewall, solves this:We should upgrade the production environments with this procedure