Skip to content

Commit

Permalink
Custom dns servers for Virtual Wan P2SVpnGateway
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilambari committed Apr 29, 2020
1 parent b49caab commit a91490a
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
}
],
"vpnGatewayScaleUnit": 1,
"customDnsServers": [
"3.3.3.3"
],
"vpnClientConnectionHealth": {
"vpnClientConnectionsCount": 2,
"allocatedIpAddresses": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
}
],
"vpnGatewayScaleUnit": 1,
"customDnsServers": [
"3.3.3.3"
],
"vpnClientConnectionHealth": {
"vpnClientConnectionsCount": 2,
"allocatedIpAddresses": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
}
],
"vpnGatewayScaleUnit": 1,
"customDnsServers": [
"3.3.3.3"
],
"vpnClientConnectionHealth": {
"vpnClientConnectionsCount": 2,
"allocatedIpAddresses": [
Expand Down Expand Up @@ -79,6 +82,9 @@
}
],
"vpnGatewayScaleUnit": 1,
"customDnsServers": [
"4.4.4.4"
],
"vpnClientConnectionHealth": {
"vpnClientConnectionsCount": 2,
"allocatedIpAddresses": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
}
],
"vpnGatewayScaleUnit": 1,
"customDnsServers": [
"3.3.3.3"
],
"vpnClientConnectionHealth": {
"vpnClientConnectionsCount": 2,
"allocatedIpAddresses": [
Expand Down Expand Up @@ -75,6 +78,9 @@
}
],
"vpnGatewayScaleUnit": 1,
"customDnsServers": [
"4.4.4.4"
],
"vpnClientConnectionHealth": {
"vpnClientConnectionsCount": 2,
"allocatedIpAddresses": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@
}
}
],
"vpnGatewayScaleUnit": 1
"vpnGatewayScaleUnit": 1,
"customDnsServers": [
"1.1.1.1",
"2.2.2.2"
]
}
}
}
},
Expand Down Expand Up @@ -65,6 +70,10 @@
}
],
"vpnGatewayScaleUnit": 1,
"customDnsServers": [
"1.1.1.1",
"2.2.2.2"
],
"vpnClientConnectionHealth": {
"vpnClientConnectionsCount": 0,
"allocatedIpAddresses": [],
Expand Down Expand Up @@ -105,6 +114,10 @@
}
],
"vpnGatewayScaleUnit": 1,
"customDnsServers": [
"1.1.1.1",
"2.2.2.2"
],
"vpnClientConnectionHealth": {
"vpnClientConnectionsCount": 0,
"allocatedIpAddresses": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
}
],
"vpnGatewayScaleUnit": 1,
"customDnsServers": [
"3.3.3.3"
],
"vpnClientConnectionHealth": {
"vpnClientConnectionsCount": 2,
"allocatedIpAddresses": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4832,6 +4832,13 @@
"readOnly": true,
"$ref": "#/definitions/VpnClientConnectionHealth",
"description": "All P2S VPN clients' connection health status."
},
"customDnsServers": {
"type": "array",
"description": "List of all customer specified DNS servers IP addresses.",
"items": {
"type": "string"
}
}
},
"description": "Parameters for P2SVpnGateway."
Expand Down

0 comments on commit a91490a

Please sign in to comment.