]> git.llucax.com Git - software/pymin.git/blob - pymin/services/ppp/templates/options.X
Se agrega el template de chap-secrets para el pptp
[software/pymin.git] / pymin / services / ppp / templates / options.X
1 % if conn.type == 'PPP':
2 lock ${conn.device}
3 % elif conn.type == 'OE':
4 lock plugin rp-pppoe.so ${conn.device}
5 % elif conn.type == 'TUNNEL':
6 lock noauth nobsdcomp nodeflate
7 % endif