mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
update feeds config
This commit is contained in:
parent
c8b1528fcd
commit
66b6e68686
@ -10,7 +10,7 @@ LUCI_DEPENDS:=+pptpd +kmod-mppe +ppp
|
||||
LUCI_PKGARCH:=all
|
||||
PKG_NAME:=luci-app-pptp-server
|
||||
PKG_VERSION:=2.0
|
||||
PKG_RELEASE:=5
|
||||
PKG_RELEASE:=7
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
@ -1 +1,3 @@
|
||||
iptables -A FORWARD -i ppp+ -j ACCEPT
|
||||
iptables -A forwarding_rule -i ppp+ -j ACCEPT
|
||||
iptables -A forwarding_rule -o ppp+ -j ACCEPT
|
||||
echo 1 > /proc/sys/net/ipv4/conf/br-lan/proxy_arp
|
||||
|
Loading…
Reference in New Issue
Block a user