arrow icon indicating copy to clipboard operation
arrow copied to clipboard

Support regex in host names in proxy config

Open pranavparikh opened this issue 10 years ago • 0 comments

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

pranavparikh avatar Jun 06 '14 20:06 pranavparikh