openwrt-packages/net/pptpd/files/pptpd.config

9 lines
190 B
Plaintext

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'