update 2022-08-15 09:00:30

This commit is contained in:
github-actions[bot] 2022-08-15 09:00:30 +08:00
parent 0f5288e851
commit fc4982e5e6
3 changed files with 170 additions and 119 deletions

View File

@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=hysteria
PKG_VERSION:=1.1.0
PKG_VERSION:=1.2.0
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/HyNetwork/hysteria/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=57ff13f50d134608c7bb001a11144f5ef7f395b3021eb6531daf486894fb4b9a
PKG_HASH:=aeff737d81860e736cf2ce239bf8391aea0f50957315eb0b20ea40fd07f29460
PKG_LICENSE:=MIT
PKG_LICENSE_FILE:=LICENSE

File diff suppressed because it is too large Load Diff

View File

@ -11,12 +11,9 @@ Focus on making the most of Xray (HTTP/HTTPS/Socks/TProxy inbounds, multiple pro
* You're using OpenWrt 22.03 branch or earlier
* You're not using fw4
* You know how to compile your own firmware
* If you compile your own firmware using master branch, revert these commits manually in the following order
* [`a74a853d0d9c716bcaf1878eecbdc3860d28c88e`](https://github.com/openwrt/openwrt/commit/a74a853d0d9c716bcaf1878eecbdc3860d28c88e)
* [`bde367255cc9307e2a15b2b3bb3a2c24938c61f6`](https://github.com/openwrt/openwrt/commit/bde367255cc9307e2a15b2b3bb3a2c24938c61f6)
* [`879dd95f4360978a2b5da1f3b9e04ee0311c9432`](https://github.com/openwrt/openwrt/commit/879dd95f4360978a2b5da1f3b9e04ee0311c9432)
* [`8704e75d259f6aba23a83ed680b3e15aa0dfb953`](https://github.com/openwrt/openwrt/commit/8704e75d259f6aba23a83ed680b3e15aa0dfb953)
* If you use SNAPSHOT versions, wait for a fix or switch to fw3 for now
* If you use SNAPSHOT (aka branch master) versions
* If you compile your own firmware, apply [this patch](https://github.com/openwrt/openwrt/pull/10446) to manually update to nftables 1.0.5
* otherwise wait for a fix or switch to fw3 for now
* Support for nftables / firewall4 is **experimental** and
* only works with OpenWrt 22.03 versions or master branch with firewall4 as the only firewall implementation
* may **NOT** be as stable as the old implementation using iptables and fw3 due to the lack of hooking facilities in fw4. However it should be good enough for daily use so if you encounter problems please report.