File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ func NewCommand() *serpent.Command {
3737 // may be called something different when used as a subcommand / there will be a leading binary (i.e. `coder boundary` vs. `boundary`).
3838 cmd .Long += `Examples:
3939 # Allow only requests to github.com
40- boundary --allow "github.com" -- curl https://github.com
40+ boundary --allow "domain= github.com" -- curl https://github.com
4141
4242 # Monitor all requests to specific domains (allow only those)
43- boundary --allow "github.com/api/issues/*" --allow "GET,HEAD github.com" -- npm install
43+ boundary --allow "domain= github.com path= /api/issues/*" --allow "method= GET,HEAD domain= github.com" -- npm install
4444
4545 # Block everything by default (implicit)`
4646
You can’t perform that action at this time.
0 commit comments