diff options
| -rw-r--r-- | cmd/ciigo/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ciigo/main.go b/cmd/ciigo/main.go index 8901b91..8875fb8 100644 --- a/cmd/ciigo/main.go +++ b/cmd/ciigo/main.go @@ -59,7 +59,7 @@ func main() { htmlTemplate = flag.String("template", "", "path to HTML template") outputFile = flag.String("out", "ciigo_static.go", "path to output of .go embed file") - address = flag.String("address", ":8080", + address = flag.String("address", `127.0.0.1:8080`, "the binding address for HTTP server") exclude = flag.String("exclude", "", "a regex to exclude certain paths from being scanned during covert, embeded, watch, or serve") |
