mirror of
https://github.com/flant/ovpn-admin.git
synced 2024-12-12 08:44:07 +02:00
7 lines
229 B
Smarty
7 lines
229 B
Smarty
{{- if (ne .ClientAddress "dynamic") }}
|
|
ifconfig-push {{ .ClientAddress }} 255.255.255.255
|
|
{{- end }}
|
|
{{- range $route := .CustomRoutes }}
|
|
push "route {{ $route.Address }} {{ $route.Mask }}" ; {{ $route.Description }}
|
|
{{- end }}
|