1
0
Fork 0
mirror of synced 2024-05-24 19:15:23 -04:00
ovpn-admin/templates/ccd.tpl
2021-03-22 13:37:26 +03:00

7 lines
227 B
Smarty

{{- if (ne .ClientAddress "dynamic") }}
ifconfig-push {{ .ClientAddress }} 255.255.255.0
{{- end }}
{{- range $route := .CustomRoutes }}
push "route {{ $route.Address }} {{ $route.Mask }}" # {{ $route.Description }}
{{- end }}