Hello,
Would it be possible for me to access a shared dictionary without knowing the name of the dictionary ahead of time?
In my mind, I would create an nginx map{} of the geo country code.
I would then like to look up geo-specific data in ngx.shared."geo"
I'd prefer to avoid a clunky if/else.
Thanks!