more changes to envs

This commit is contained in:
cremesk 2019-07-31 19:53:37 +02:00
parent 0e9d87db72
commit 55789c46f7
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import (
"flag" "flag"
"log" "log"
"tildegit.org/tildeverse/gopherproxy" "github.com/envs-net/gopherproxy"
) )
var ( var (
@ -12,7 +12,7 @@ var (
// (opt -> env -> config -> default) // (opt -> env -> config -> default)
bind = flag.String("bind", "0.0.0.0:8000", "[int]:port to bind to") bind = flag.String("bind", "0.0.0.0:8000", "[int]:port to bind to")
robotsfile = flag.String("robots-file", "robots.txt", "robots.txt file") robotsfile = flag.String("robots-file", "robots.txt", "robots.txt file")
uri = flag.String("uri", "tilde.team", "<host>:[port] to proxy to") uri = flag.String("uri", "envs.net", "<host>:[port] to proxy to")
) )
func main() { func main() {