We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When configuring multiple IPs using the --allow-address option, Setting environment variable:
--allow-address
SMOKESCREEN_OPTS=--allow-address=10.20.50.24;10.12.0.21
Then configure it in supervisord:
[program:smokescreen] command=smokescreen --listen-ip=127.0.0.1 %(ENV_SMOKESCREEN_OPTS)s
I found that smokescreen failed to start, prompting an address parsing error. How to modify this?
Similarly, if i want to set up matching for multiple domain names or generic domain names, how should you configure it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When configuring multiple IPs using the
--allow-address
option, Setting environment variable:SMOKESCREEN_OPTS=--allow-address=10.20.50.24;10.12.0.21
Then configure it in supervisord:
I found that smokescreen failed to start, prompting an address parsing error. How to modify this?
Similarly, if i want to set up matching for multiple domain names or generic domain names, how should you configure it?
The text was updated successfully, but these errors were encountered: