You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/resources/vpc_public_gateway_dhcp.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The following arguments are supported:
33
33
-`rebind_timer` - (Optional) After how long, in seconds, a DHCP client will query for a new lease if previous renews fail. Must be 30s lower than `valid_lifetime`. Defaults to 51m (3060s).
34
34
-`push_default_route` - (Optional) Whether the gateway should push a default route to DHCP clients or only hand out IPs. Defaults to `true`.
35
35
-`push_dns_server` - (Optional) Whether the gateway should push custom DNS servers to clients. This allows for instance hostname -> IP resolution. Defaults to `true`.
36
-
-`dns_server_override` - (Optional) Override the DNS server list pushed to DHCP clients, instead of the gateway itself
36
+
-`dns_servers_override` - (Optional) Override the DNS server list pushed to DHCP clients, instead of the gateway itself
37
37
-`dns_search` - (Optional) Additional DNS search paths
38
38
-`dns_local_name` - (Optional) TLD given to hostnames in the Private Network. Allowed characters are `a-z0-9-.`. Defaults to the slugified Private Network name if created along a GatewayNetwork, or else to `priv`.
0 commit comments