martian icon indicating copy to clipboard operation
martian copied to clipboard

Unable to Specify that Proxy should listen on an address

Open oliverisaac opened this issue 5 years ago • 0 comments

If one tries to start the martian proxy such that it listens on only localhost then an error is thrown:

$ $GOPATH/bin/proxy -api-addr=localhost:9090
2021/03/31 12:59:42 strconv.Atoi: parsing "localhost9090": invalid syntax

https://github.com/google/martian/blob/dacbe1a1813d1e1b8f44f17b03ffe0cd9fb5ba54/cmd/proxy/main.go#L337-L348

oliverisaac avatar Mar 31 '21 17:03 oliverisaac