From 012639315a69da767024f5b941417bca7f5467eb Mon Sep 17 00:00:00 2001 From: Marc Villacorta Date: Fri, 6 May 2016 14:02:31 +0200 Subject: [PATCH] Replace pure Go resolver with cgo resolver --- rootfs/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/init b/rootfs/init index 4c550fa..9d90893 100755 --- a/rootfs/init +++ b/rootfs/init @@ -1,4 +1,4 @@ #!/bin/sh [ "${MONGODB_URI}" ] && pritunl set-mongodb ${MONGODB_URI} -exec pritunl start +exec env GODEBUG=netdns=cgo pritunl start