this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

clarify trusted host behavior

+1 -1
+1 -1
cmd/relay/main.go
··· 141 141 }, 142 142 &cli.StringSliceFlag{ 143 143 Name: "trusted-domains", 144 - Usage: "domain name suffixes which mark trusted hosts", 144 + Usage: "domain names which mark trusted hosts; use wildcard prefix to match suffixes", 145 145 EnvVars: []string{"RELAY_TRUSTED_DOMAINS"}, 146 146 }, 147 147 &cli.StringFlag{