add luci-app-haproxy & luci-app-udpspeederv2

This commit is contained in:
CN_SZTL 2019-05-25 21:05:51 +08:00
parent 5767f28d4c
commit ce8ed9121b
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
8937 changed files with 2556 additions and 1 deletions

0
.gitattributes vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
BSDmakefile Normal file → Executable file
View File

0
Config.in Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
Makefile Normal file → Executable file
View File

0
README Normal file → Executable file
View File

4
README.md Normal file → Executable file
View File

@ -35,7 +35,9 @@ make -j1 V=s
# Origin source
### Based on: [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede).<br/>
luci-app-koolproxy source: [openwrt-develop/luci-app-koolproxy](https://github.com/openwrt-develop/luci-app-koolproxy).<br/>
luci-app-udp2raw source: [luci-app-udp2raw](https://github.com/sensec/luci-app-udp2raw)
luci-app-udp2raw source: [sensec/luci-app-udp2raw](https://github.com/sensec/luci-app-udp2raw).<br/>
luci-app-haproxy source: [AlexZhuo/luci-app-haproxy-tcp](https://github.com/AlexZhuo/luci-app-haproxy-tcp).<br/>
luci-app-udpspeederv2 source: [haodong/luci-app-speederv2](https://github.com/haodong/luci-app-speederv2).
# License
### [GPL v3](https://www.gnu.org/licenses/gpl-3.0.html).

0
config/Config-build.in Normal file → Executable file
View File

0
config/Config-devel.in Normal file → Executable file
View File

0
config/Config-images.in Normal file → Executable file
View File

0
config/Config-kernel.in Normal file → Executable file
View File

0
feeds.conf.default Normal file → Executable file
View File

0
include/autotools.mk Normal file → Executable file
View File

0
include/cmake.mk Normal file → Executable file
View File

0
include/debug.mk Normal file → Executable file
View File

0
include/depends.mk Normal file → Executable file
View File

0
include/device_table.txt Normal file → Executable file
View File

0
include/download.mk Normal file → Executable file
View File

0
include/feeds.mk Normal file → Executable file
View File

0
include/hardened-ld-pie.specs Normal file → Executable file
View File

0
include/hardening.mk Normal file → Executable file
View File

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

0
include/image-commands.mk Normal file → Executable file
View File

0
include/image-legacy.mk Normal file → Executable file
View File

0
include/image.mk Normal file → Executable file
View File

0
include/kernel-build.mk Normal file → Executable file
View File

0
include/kernel-defaults.mk Normal file → Executable file
View File

0
include/kernel-version.mk Normal file → Executable file
View File

0
include/kernel.mk Normal file → Executable file
View File

0
include/netfilter.mk Normal file → Executable file
View File

0
include/nls.mk Normal file → Executable file
View File

0
include/package-bin.mk Normal file → Executable file
View File

0
include/package-defaults.mk Normal file → Executable file
View File

0
include/package-dumpinfo.mk Normal file → Executable file
View File

0
include/package-ipkg.mk Normal file → Executable file
View File

0
include/package-seccomp.mk Normal file → Executable file
View File

0
include/package.mk Normal file → Executable file
View File

0
include/prereq-build.mk Normal file → Executable file
View File

0
include/prereq.mk Normal file → Executable file
View File

0
include/quilt.mk Normal file → Executable file
View File

0
include/rootfs.mk Normal file → Executable file
View File

0
include/scan.awk Normal file → Executable file
View File

0
include/scan.mk Normal file → Executable file
View File

0
include/scons.mk Normal file → Executable file
View File

0
include/shell.sh Normal file → Executable file
View File

0
include/site/aarch64 Normal file → Executable file
View File

0
include/site/aarch64_be Normal file → Executable file
View File

0
include/site/arc Normal file → Executable file
View File

0
include/site/arm Normal file → Executable file
View File

0
include/site/armeb Normal file → Executable file
View File

0
include/site/darwin Normal file → Executable file
View File

0
include/site/i386 Normal file → Executable file
View File

0
include/site/i486 Normal file → Executable file
View File

0
include/site/i686 Normal file → Executable file
View File

0
include/site/linux Normal file → Executable file
View File

0
include/site/m68k Normal file → Executable file
View File

0
include/site/mips Normal file → Executable file
View File

0
include/site/mips64 Normal file → Executable file
View File

0
include/site/mips64el Normal file → Executable file
View File

0
include/site/mipsel Normal file → Executable file
View File

0
include/site/powerpc Normal file → Executable file
View File

0
include/site/powerpc64 Normal file → Executable file
View File

0
include/site/sparc Normal file → Executable file
View File

0
include/site/x86_64 Normal file → Executable file
View File

0
include/subdir.mk Normal file → Executable file
View File

0
include/target.mk Normal file → Executable file
View File

0
include/toolchain-build.mk Normal file → Executable file
View File

0
include/toplevel.mk Normal file → Executable file
View File

0
include/u-boot.mk Normal file → Executable file
View File

0
include/uclibc++.mk Normal file → Executable file
View File

0
include/unpack.mk Normal file → Executable file
View File

0
include/verbose.mk Normal file → Executable file
View File

0
include/version.mk Normal file → Executable file
View File

0
package/Makefile Normal file → Executable file
View File

0
package/base-files/Makefile Normal file → Executable file
View File

0
package/base-files/files/etc/banner Normal file → Executable file
View File

0
package/base-files/files/etc/banner.failsafe Normal file → Executable file
View File

0
package/base-files/files/etc/device_info Normal file → Executable file
View File

0
package/base-files/files/etc/diag.sh Normal file → Executable file
View File

0
package/base-files/files/etc/ethers Normal file → Executable file
View File

0
package/base-files/files/etc/fstab Normal file → Executable file
View File

0
package/base-files/files/etc/group Normal file → Executable file
View File

0
package/base-files/files/etc/hosts Normal file → Executable file
View File

0
package/base-files/files/etc/hotplug.d/net/00-sysctl Normal file → Executable file
View File

0
package/base-files/files/etc/inittab Normal file → Executable file
View File

0
package/base-files/files/etc/iproute2/ematch_map Normal file → Executable file
View File

0
package/base-files/files/etc/iproute2/rt_protos Normal file → Executable file
View File

0
package/base-files/files/etc/iproute2/rt_tables Normal file → Executable file
View File

0
package/base-files/files/etc/openwrt_release Normal file → Executable file
View File

0
package/base-files/files/etc/openwrt_version Normal file → Executable file
View File

0
package/base-files/files/etc/passwd Normal file → Executable file
View File

0
package/base-files/files/etc/profile Normal file → Executable file
View File

0
package/base-files/files/etc/protocols Normal file → Executable file
View File

0
package/base-files/files/etc/rc.local Normal file → Executable file
View File

0
package/base-files/files/etc/services Normal file → Executable file
View File

0
package/base-files/files/etc/shadow Normal file → Executable file
View File

0
package/base-files/files/etc/shells Normal file → Executable file
View File

0
package/base-files/files/etc/sysctl.conf Normal file → Executable file
View File

0
package/base-files/files/etc/sysctl.d/10-default.conf Normal file → Executable file
View File

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