]> git.llucax.com Git - software/pymin.git/blob - services/ppp/templates/chap-secrets
Add GPL v3 license to the project
[software/pymin.git] / services / ppp / templates / chap-secrets
1 % for conn in conns.values():
2 ${conn.username} PPTP ${conn.password}
3 % endfor