summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-13 16:18:04 -0600
committerJeff Carr <[email protected]>2024-02-13 16:18:04 -0600
commitbb34a4590f32d675847ce97049c20353c9d4a251 (patch)
tree96cd2d24ecdfd9653f749a94257c938fbbe37569 /main.go
parente214ae8aa0efa9c4e7fb5a82618d2d4f8646d2ea (diff)
add note for the simple-vpn packagev0.22.0v0.21.0v0.20.8v0.20.7v0.20.6v0.20.5v0.20.4
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/main.go b/main.go
index a6d07f4..b5ea0b8 100644
--- a/main.go
+++ b/main.go
@@ -1,4 +1,8 @@
-// This is a simple example
+/*
+Attempt to make a VPN
+
+Take a look at: https://github.com/skx/simple-vpn
+*/
package main
import (