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

Support regex in host names in proxy config #265

@pranavparikh

Description

@pranavparikh

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions