diff options
| author | Jeff Carr <[email protected]> | 2024-02-13 16:18:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-13 16:18:04 -0600 |
| commit | bb34a4590f32d675847ce97049c20353c9d4a251 (patch) | |
| tree | 96cd2d24ecdfd9653f749a94257c938fbbe37569 /main.go | |
| parent | e214ae8aa0efa9c4e7fb5a82618d2d4f8646d2ea (diff) | |
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 ( |
