You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?!
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:Will this work to concatenate them all?
The text was updated successfully, but these errors were encountered: