mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
config: support multiple destination addresses (#1789)
* config: support multiple destination addresses * use constructor for string slice * add docs * add test for multiple destinations * fix name
This commit is contained in:
parent
c6b6141d12
commit
a4c7381eba
22 changed files with 556 additions and 191 deletions
|
@ -51,7 +51,7 @@ message Route {
|
|||
string name = 1;
|
||||
|
||||
string from = 2;
|
||||
string to = 3;
|
||||
repeated string to = 3;
|
||||
|
||||
RouteRedirect redirect = 34;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue