1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
suyuan 2023-07-23 15:50:32 +08:00
parent 048fb7f25d
commit 5e7c65e221
758 changed files with 9503 additions and 2152 deletions

0
6in4/Makefile Executable file → Normal file
View file

0
aquantia/Makefile Executable file → Normal file
View file

0
atinout/Makefile Executable file → Normal file
View file

0
bcm27xx-eeprom/Makefile Executable file → Normal file
View file

View file

0
contributors/cr3ative.md Executable file → Normal file
View file

0
contributors/example.md Executable file → Normal file
View file

0
contributors/flesser.md Executable file → Normal file
View file

0
contributors/ta264.md Executable file → Normal file
View file

0
contributors/yostyle.md Executable file → Normal file
View file

0
cryptodev-linux/Makefile Executable file → Normal file
View file

0
dsvpn/Makefile Executable file → Normal file
View file

0
dsvpn/patches/nostrip.patch Executable file → Normal file
View file

0
fullconenat/Makefile Executable file → Normal file
View file

View file

0
fullconenat/patches/001-linux-6.1-support.patch Executable file → Normal file
View file

0
fullconenat/src/Makefile Executable file → Normal file
View file

0
glorytun-udp/Makefile Executable file → Normal file
View file

0
glorytun-udp/patches/aegis-arm.patch Executable file → Normal file
View file

0
glorytun/Makefile Executable file → Normal file
View file

0
glorytun/glorytun.config Executable file → Normal file
View file

0
golang-protobuf/Makefile Executable file → Normal file
View file

0
golang/golang-build.sh Executable file → Normal file
View file

0
golang/golang-compiler.mk Executable file → Normal file
View file

0
golang/golang-golang-x-crypto/Makefile Executable file → Normal file
View file

0
golang/golang-golang-x-net/Makefile Executable file → Normal file
View file

0
golang/golang-golang-x-sys/Makefile Executable file → Normal file
View file

0
golang/golang-golang-x-text/Makefile Executable file → Normal file
View file

0
golang/golang-host-build.mk Executable file → Normal file
View file

0
golang/golang-package.mk Executable file → Normal file
View file

0
golang/golang-values.mk Executable file → Normal file
View file

0
golang/golang/Config.in Executable file → Normal file
View file

0
golang/golang/Makefile Executable file → Normal file
View file

0
golang/golang/files/go-gcc-helper Executable file → Normal file
View file

0
golang/golang/patches/001-default-enable-mptcp.patch Executable file → Normal file
View file

0
grpcurl/Makefile Executable file → Normal file
View file

19
https-dns-proxy/Makefile Executable file → Normal file
View file

@ -1,15 +1,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=https-dns-proxy
PKG_VERSION:=2021-11-22
PKG_RELEASE:=3
PKG_VERSION:=2021-06-03
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/aarond10/https_dns_proxy/
PKG_SOURCE_DATE:=2021-11-22
PKG_SOURCE_VERSION:=9336fd6272d67e8bb6e304fa54f3139a3d26f08f
PKG_MIRROR_HASH:=60b1ddabaf1db3a9ee19f3294a1df714364d580cef5e3c2161363c371a557456
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
PKG_SOURCE_URL:=https://github.com/aarond10/https_dns_proxy
PKG_SOURCE_DATE:=2021-06-03
PKG_SOURCE_VERSION:=5651b984f770a8bcecb14aeffc224703f8f82586
PKG_MIRROR_HASH:=b65161936269aa3117debad0fcfce157024726b78d7e7da77c226f7aa8da5b4d
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
@ -38,10 +38,7 @@ define Package/https-dns-proxy/conffiles
endef
define Package/https-dns-proxy/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_DIR) ${1}/etc/config
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
$(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/init.d ${1}/etc/config
$(INSTALL_BIN) $(PKG_BUILD_DIR)/https_dns_proxy $(1)/usr/sbin/https-dns-proxy
$(INSTALL_BIN) ./files/https-dns-proxy.init $(1)/etc/init.d/https-dns-proxy
$(SED) "s|^\(PKG_VERSION\).*|\1='$(PKG_VERSION)-$(PKG_RELEASE)'|" $(1)/etc/init.d/https-dns-proxy

0
https-dns-proxy/files/README.md Executable file → Normal file
View file

27
https-dns-proxy/files/https-dns-proxy.config Executable file → Normal file
View file

@ -1,24 +1,5 @@
config main 'config'
option update_dnsmasq_config '*'
option force_dns '1'
list force_dns_port '53'
list force_dns_port '853'
# ports listed below are used by some
# of the dnscrypt-proxy v1 resolvers
# list force_dns_port '553'
# list force_dns_port '1443'
# list force_dns_port '4343'
# list force_dns_port '4434'
# list force_dns_port '5443'
# list force_dns_port '8443'
config https-dns-proxy
option bootstrap_dns '1.1.1.1,1.0.0.1'
option resolver_url 'https://cloudflare-dns.com/dns-query'
option listen_addr '127.0.0.1'
option listen_port '5054'
option user 'nobody'
option group 'nogroup'
config https-dns-proxy
option bootstrap_dns '8.8.8.8,8.8.4.4'
@ -27,3 +8,11 @@ config https-dns-proxy
option listen_port '5053'
option user 'nobody'
option group 'nogroup'
config https-dns-proxy
option bootstrap_dns '1.1.1.1,1.0.0.1'
option resolver_url 'https://cloudflare-dns.com/dns-query'
option listen_addr '127.0.0.1'
option listen_port '5054'
option user 'nobody'
option group 'nogroup'

View file

@ -1,6 +0,0 @@
#!/bin/sh
if [ "$ACTION" = 'ifup' ] && [ "$INTERFACE" = 'wan' ] && /etc/init.d/https-dns-proxy enabled; then
logger -t "https-dns-proxy" "Restarting https-dns-proxy due to $ACTION of $INTERFACE"
/etc/init.d/https-dns-proxy restart
fi

View file

@ -1,15 +0,0 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,9 +21,9 @@ if(NOT CMAKE_BUILD_TYPE)
message(STATUS "Setting build type to '${CMAKE_BUILD_TYPE}' as none was specified.")
endif()
-set(CMAKE_C_FLAGS "-Wall -Wextra --pedantic -Wno-strict-aliasing -Wno-variadic-macros")
-set(CMAKE_C_FLAGS_DEBUG "-g -DDEBUG")
-set(CMAKE_C_FLAGS_RELEASE "-O2")
+#set(CMAKE_C_FLAGS "-Wall -Wextra --pedantic -Wno-strict-aliasing -Wno-variadic-macros")
+#set(CMAKE_C_FLAGS_DEBUG "-g -DDEBUG")
+#set(CMAKE_C_FLAGS_RELEASE "-O2")
if ((CMAKE_C_COMPILER_ID MATCHES GNU AND CMAKE_C_COMPILER_VERSION VERSION_GREATER_EQUAL 9) OR
(CMAKE_C_COMPILER_ID MATCHES Clang AND CMAKE_C_COMPILER_VERSION VERSION_GREATER_EQUAL 10))

0
https-dns-proxy/test.sh Executable file → Normal file
View file

0
ipcalc/Makefile Executable file → Normal file
View file

0
iperf3/Makefile Executable file → Normal file
View file

0
iproute2/Makefile Executable file → Normal file
View file

0
iproute2/patches/100-configure.patch Executable file → Normal file
View file

0
iproute2/patches/110-darwin_fixes.patch Executable file → Normal file
View file

0
iproute2/patches/115-add-config-xtlibdir.patch Executable file → Normal file
View file

View file

0
iproute2/patches/130-no_netem_tipc_dcb_man_vdpa.patch Executable file → Normal file
View file

0
iproute2/patches/140-allow_pfifo_fast.patch Executable file → Normal file
View file

0
iproute2/patches/140-keep_libmnl_optional.patch Executable file → Normal file
View file

0
iproute2/patches/145-keep_libelf_optional.patch Executable file → Normal file
View file

0
iproute2/patches/150-keep_libcap_optional.patch Executable file → Normal file
View file

0
iproute2/patches/155-keep_tirpc_optional.patch Executable file → Normal file
View file

0
iproute2/patches/160-libnetlink-pic.patch Executable file → Normal file
View file

0
iproute2/patches/170-ip_tiny.patch Executable file → Normal file
View file

0
iproute2/patches/175-reduce-dynamic-syms.patch Executable file → Normal file
View file

0
iproute2/patches/180-drop_FAILED_POLICY.patch Executable file → Normal file
View file

0
iproute2/patches/190-fix-nls-rpath-link.patch Executable file → Normal file
View file

0
iproute2/patches/195-build_variant_ip_tc.patch Executable file → Normal file
View file

0
iproute2/patches/200-drop_libbsd_dependency.patch Executable file → Normal file
View file

0
iproute2/patches/300-selinux-configurable.patch Executable file → Normal file
View file

0
lcd4linux/Config.in Executable file → Normal file
View file

0
lcd4linux/Makefile Executable file → Normal file
View file

0
lcd4linux/files/lcd4linux.init Executable file → Normal file
View file

View file

0
lcd4linux/patches/140-no_repnop_T6963.patch Executable file → Normal file
View file

0
lcd4linux/patches/150-addlibmpdclient.patch Executable file → Normal file
View file

0
lcd4linux/patches/160-uinput_defs.patch Executable file → Normal file
View file

0
lcd4linux/patches/170-add-generic-spidev-driver.patch Executable file → Normal file
View file

0
lcd4linux/patches/173-glcd2usb-bigendian-fix.patch Executable file → Normal file
View file

0
libell/Makefile Executable file → Normal file
View file

0
libmbim/Makefile Executable file → Normal file
View file

0
libqmi/Config.in Executable file → Normal file
View file

0
libqmi/Makefile Executable file → Normal file
View file

0
luci-app-dsvpn/Makefile Executable file → Normal file
View file

View file

0
luci-app-dsvpn/po/fr/dsvpn.po Executable file → Normal file
View file

0
luci-app-dsvpn/po/fr/dsvpn.po~ Executable file → Normal file
View file

0
luci-app-dsvpn/po/ru/dsvpn.po Executable file → Normal file
View file

0
luci-app-dsvpn/po/templates/dsvpn.pot Executable file → Normal file
View file

0
luci-app-dsvpn/po/zh_Hans/dsvpn.po Executable file → Normal file
View file

0
luci-app-dsvpn/po/zh_Hans/dsvpn.po~ Executable file → Normal file
View file

View file

View file

0
luci-app-firewall/Makefile Executable file → Normal file
View file

View file

View file

View file

View file

View file

@ -145,14 +145,14 @@ return view.extend({
o = s.taboption('general', form.Flag, 'masq', _('Masquerading'));
o.editable = true;
o = s.taboption('general', form.Flag, 'fullcone', _('Full Cone'));
o = s.taboption('general', form.Flag, 'fullcone', _('Full Cone'));
o.editable = true;
o.depends('masq', '1');
o = s.taboption('general', form.Flag, 'mtu_fix', _('MSS clamp'));
o.modalonly = true;
o.depends('masq', '1');
o = s.taboption('general', form.Flag, 'mtu_fix', _('MSS clamping'));
o.modalonly = true;
o = s.taboption('general', widgets.NetworkSelect, 'network', _('Covered networks'));
o.modalonly = true;
o.multiple = true;

0
luci-app-firewall/po/bg/firewall.po Executable file → Normal file
View file

0
luci-app-firewall/po/ca/firewall.po Executable file → Normal file
View file

0
luci-app-firewall/po/cs/firewall.po Executable file → Normal file
View file

0
luci-app-firewall/po/de/firewall.po Executable file → Normal file
View file

Some files were not shown because too many files have changed in this diff Show more