We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d4474 commit 4b5d345Copy full SHA for 4b5d345
main.go
@@ -60,8 +60,8 @@ func RunApp(ctx *cli.Context) {
60
61
func main() {
62
app := cli.NewApp()
63
- app.Name = "Start container to terminate SSL for others."
64
- app.Usage = "go-byfahrer [options]"
+ app.Name = "Proxy Docker unix socket to filter out insecure, harmful requests."
+ app.Usage = "doxy [options]"
65
app.Version = "0.1.0"
66
app.Flags = []cli.Flag{
67
cli.StringFlag{
0 commit comments