mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-11 20:52:05 +08: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
|
LUCI_PKGARCH:=all
|
||||||
PKG_NAME:=luci-app-pptp-server
|
PKG_NAME:=luci-app-pptp-server
|
||||||
PKG_VERSION:=2.0
|
PKG_VERSION:=2.0
|
||||||
PKG_RELEASE:=5
|
PKG_RELEASE:=7
|
||||||
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
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…
x
Reference in New Issue
Block a user