Skip to content
New issue

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

Regarding the option configuration of multiple IPs or multiple domain names #220

Open
YaoJusheng opened this issue Apr 28, 2024 · 0 comments

Comments

@YaoJusheng
Copy link

YaoJusheng commented Apr 28, 2024

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:

[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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant