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

Multiple clients lines? #98

Open
iainhallam opened this issue Feb 18, 2019 · 1 comment
Open

Multiple clients lines? #98

iainhallam opened this issue Feb 18, 2019 · 1 comment

Comments

@iainhallam
Copy link

I have a dozen or more different client subnet entries that need to be added to the clients entry; instead of the documented string, I'd like to be able to use an array of strings:

clients => [
  '-rw',
  '1.2.3.0/24',
  '1.2.4.0/24',
  # etc.
],

Will this work to concatenate them all?

@derdanne
Copy link
Contributor

Hi, yes that could be a good enhancement. Maybe we should think about a hash instead of an array, so we can have different options per client address range?!

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

No branches or pull requests

2 participants