Fixed default host:port in the command
This commit is contained in:
parent
553ec9aa12
commit
ca6ad38c41
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ func main(){
|
|||
app.Flags = []cli.Flag{
|
||||
cli.StringFlag{
|
||||
Name: "from, f",
|
||||
Value: "127.0.0.1:8000",
|
||||
Value: "127.0.0.1:10000",
|
||||
EnvVar: "FWD_FROM",
|
||||
Usage: "source HOST:PORT",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue