Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Support regex in host names in proxy config #265

Open
pranavparikh opened this issue Jun 6, 2014 · 0 comments
Open

Support regex in host names in proxy config #265

pranavparikh opened this issue Jun 6, 2014 · 0 comments

Comments

@pranavparikh
Copy link

e.g If the only difference in host names is the environment like below

{
"router" : {
"host1.env1.com" : {
"newHost" : "host1.env1.com",
"record" : true
},
"host1.env2.com" : {
"newHost" : "host1.env2.com",
"record" : true
},

}

},

support something like

    "host1.<env>.com" : {
        "newHost" : "host1.<env>.com",
        "record" : true
    },

where can assume the value of environment passed from some command line parameter

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

No branches or pull requests

1 participant