summaryrefslogtreecommitdiff
path: root/internal/server
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-10-30 16:16:11 +0100
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-12-08 19:25:42 +0100
commit226dd8d9caa59a4b1a55fedf4e85837a70e49fe8 (patch)
tree1a687f80dd3f76915e6401e64d9e0870d7975828 /internal/server
parent88e30b0c7b32edac9359875a010aefe6802d233f (diff)
Server: remove old, no longer relevant comment
Diffstat (limited to 'internal/server')
-rw-r--r--internal/server/server.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/server/server.go b/internal/server/server.go
index d2ee8f0..401cb0d 100644
--- a/internal/server/server.go
+++ b/internal/server/server.go
@@ -174,10 +174,6 @@ func wireguardGetConfig(srv Server, preferTCP bool, openVPNSupport bool) (*Confi
b.EndTime = exp
if proto == "wireguard" {
- // This needs the go code a way to identify a connection
- // Use the uuid of the connection e.g. on Linux
- // This needs the client code to call the go code
-
cfg = wireguard.ConfigAddKey(cfg, key)
}