1
0
Fork 0
mirror of synced 2025-03-10 23:31:00 -04:00
ovpn-admin/templates/ccd.tpl

7 lines
229 B
Smarty
Raw Normal View History

2020-10-29 13:50:19 +03:00
{{- if (ne .ClientAddress "dynamic") }}
ifconfig-push {{ .ClientAddress }} 255.255.255.255
{{- end }}
{{- range $route := .CustomRoutes }}
2020-11-20 19:11:58 +03:00
push "route {{ $route.Address }} {{ $route.Mask }}" # {{ $route.Description }}
2020-10-29 13:50:19 +03:00
{{- end }}