diff --git a/cmd/route-httpagent/main.go b/cmd/route-httpagent/main.go index 3921656..f862c19 100644 --- a/cmd/route-httpagent/main.go +++ b/cmd/route-httpagent/main.go @@ -7,6 +7,7 @@ import ( "git.xeserv.us/xena/route/lib/tun2" "github.com/Xe/ln" + "github.com/facebookgo/flagenv" ) var ( @@ -18,6 +19,7 @@ var ( ) func main() { + flagenv.Parse() flag.Parse() cfg := &tun2.ClientConfig{