about summary refs log tree commit diff
path: root/src/main.go
diff options
context:
space:
mode:
authormaride <maride@darknebu.la>2018-08-23 11:46:23 +0200
committermaride <maride@darknebu.la>2018-08-23 11:46:23 +0200
commit8b65f91699cd474563c0abacc726a3d47961a78f (patch)
tree5d811fe2e5b0ddc7ecafdb9c1ee0343d91fa768e /src/main.go
parent82c922d557f6628043ab771cdf10e4da9546347d (diff)
Add VPN container and access
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.go b/src/main.go
index 9885957..a06ee66 100644
--- a/src/main.go
+++ b/src/main.go
@@ -16,6 +16,10 @@ func main() {
 	// Read challenges from file
 	getChallengesFromSeedFile()
 
+	// Start our VPN container and network
+	startVPN()
+	defer stopVPN()
+
 	// Run HTTP server
 	log.Fatalln(runHTTPServer())
 }
\ No newline at end of file