Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Replace pure Go resolver with cgo resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed May 6, 2016
1 parent 4085a94 commit 0126393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/init
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

[ "${MONGODB_URI}" ] && pritunl set-mongodb ${MONGODB_URI}
exec pritunl start
exec env GODEBUG=netdns=cgo pritunl start

0 comments on commit 0126393

Please sign in to comment.