mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-17 21:03:30 +00:00
Merge branch 'master' of https://github.com/coolsnowwolf/lede
This commit is contained in:
commit
770e3a0e9e
@ -61,8 +61,6 @@ define Package/dnsproxy/description
|
||||
work as a DNS-over-HTTPS, DNS-over-TLS or DNS-over-QUIC server.
|
||||
endef
|
||||
|
||||
GO_PKG_INSTALL_ARGS+= -mod vendor
|
||||
|
||||
define Build/Compile
|
||||
$(call GoPackage/Build/Compile)
|
||||
ifeq ($(CONFIG_DNSPROXY_COMPRESS_UPX),y)
|
||||
|
0
package/lean/luci-app-arpbind/root/etc/hotplug.d/iface/50-arpbind
Normal file → Executable file
0
package/lean/luci-app-arpbind/root/etc/hotplug.d/iface/50-arpbind
Normal file → Executable file
@ -2,8 +2,8 @@
|
||||
# OpenWrt 静态ARP绑定 启动脚本
|
||||
# Copyright (C) 2015 GuoGuo <gch981213@gmail.com>
|
||||
|
||||
. /lib/functions.sh
|
||||
. /lib/functions/network.sh
|
||||
START=80
|
||||
STOP=20
|
||||
|
||||
#清除单接口ARP
|
||||
#参数:$1:接口名称
|
||||
|
Loading…
Reference in New Issue
Block a user