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 {
37
37
// may be called something different when used as a subcommand / there will be a leading binary (i.e. `coder boundary` vs. `boundary`).
38
38
cmd .Long += `Examples:
39
39
# 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
41
41
42
42
# 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
44
44
45
45
# Block everything by default (implicit)`
46
46
You can’t perform that action at this time.
0 commit comments