|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
{{- if (ne .ClientAddress "dynamic") }} |
|
|
|
|
ifconfig-push {{ .ClientAddress }} 255.255.255.255 |
|
|
|
|
ifconfig-push {{ .ClientAddress }} 255.255.255.0 |
|
|
|
|
{{- end }} |
|
|
|
|
{{- range $route := .CustomRoutes }} |
|
|
|
|
push "route {{ $route.Address }} {{ $route.Mask }}" # {{ $route.Description }} |
|
|
|
|