smokescreen icon indicating copy to clipboard operation
smokescreen copied to clipboard

Regarding the option configuration of multiple IPs or multiple domain names

Open YaoJusheng opened this issue 10 months ago • 0 comments

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?

YaoJusheng avatar Apr 28 '24 09:04 YaoJusheng