0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-05 01:53:08 +00:00
Files
packages/net/pptpd/files/pptpd.config
Luka Perkov 264b65a41b pptpd: import from old packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-05-15 02:31:19 +02:00

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'