1
0
Fork 0
mirror of synced 2024-05-26 03:51:15 -04:00
ovpn-admin/templates/ccd.tpl
2021-02-26 15:11:13 +03:00

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 }}