blob: b2d5df5d77bb6d7027fb04e4824ae31223a5b11e (
plain)
1
2
3
4
5
6
7
8
|
config service 'pptpd'
option 'enabled' '0'
option 'localip' '192.168.0.1'
option 'remoteip' '192.168.0.20-30'
config 'login'
option 'username' 'youruser'
option 'password' 'yourpass'
|