LEAN-ESX
908a0e261b
luci-ssr-plus: keep gfw_list.conf after upgrade fw
2019-10-14 03:42:39 -07:00
LEAN-ESX
540fe95b29
openssl: optimization speed for x64 (Compile with SSE2 and optimized assembly code)
2019-10-14 03:18:50 -07:00
LEAN-ESX
6d7336e59e
luci theme: speedup loading page
2019-10-13 23:32:00 -07:00
Mu
3f76dc7b0a
lucci-ssr-plus: Make it more like a normal browser to avoid block by waf
...
Make it more like a normal browser to avoid block by waf.
2019-10-14 14:26:38 +08:00
LEAN-ESX
fe61dee480
luci-app-ssr-plus: compatible with OpenWrt 19.07 luci
2019-10-13 23:06:59 -07:00
LEAN-ESX
320cb1537b
luci-app-ssr-plus: status page compatible with proc-ng-ps
2019-10-13 22:45:42 -07:00
LEAN-ESX
f9df6c9eb3
luci-app-unblockmusic: compatible with proc-ng-ps
2019-10-13 22:38:15 -07:00
LEAN-ESX
072ed9f80c
luci-app-ssr-plus: compatible with proc-ng-ps
2019-10-13 22:17:10 -07:00
LEAN-ESX
609a241000
fstools: bugs fixed and add support for exfat filesystem
2019-10-12 10:01:50 -07:00
LEAN-ESX
c92efbcd21
samba36: smb.conf.template socktet settings
2019-10-12 08:24:08 -07:00
LEAN-ESX
3580e0f1d5
luci-ssr-plus: fix v2ray ws json format issue
2019-10-12 02:33:54 -07:00
LEAN-ESX
9f68660b59
luci-app-docker: move docker sh files
2019-10-12 02:31:07 -07:00
LEAN-ESX
3c1b87541b
luci-app-docker: add config file
2019-10-11 10:21:11 -07:00
LEAN-ESX
6b5092f383
luci-app-docker: add luci docker package
2019-10-11 09:30:44 -07:00
LEAN-ESX
c220cfda95
x64: add sfe support for docker
2019-10-10 10:20:07 -07:00
coolsnowwolf
d452feca3a
Update Makefile
2019-10-10 21:11:39 +08:00
coolsnowwolf
9ad8faf498
Update vsftpd_prepare
2019-10-10 21:10:48 +08:00
LEAN-ESX
0cf9415b8b
Version update to R9.10.10
2019-10-09 22:53:58 -07:00
LEAN-ESX
b0974d6ec5
luci-app-unblockmusic: bump to v2.2.0
2019-10-09 03:37:33 -07:00
LEAN-ESX
61a1c5b6b3
luci-ssr-plus: fix URL import issuse
2019-10-09 02:57:15 -07:00
LEAN-ESX
a99a8179b4
luci-ssr-plus: add ss/v2ray URI import support
2019-10-09 01:18:42 -07:00
adamw92
667a56888f
add SIP002 URI scheme subscription ( #1715 )
...
* add SIP002 URI scheme subscription
SIP002 URI scheme subscription without plugin
* add SIP002 URI scheme subscription
SIP002 URI scheme subscription without plugin
2019-10-09 15:22:23 +08:00
LEAN-ESX
cfb7aadfd2
luci-ssr-plus: add more common proxy ports
2019-10-09 00:20:01 -07:00
LEAN-ESX
0db7b6c1b4
luci-ssr-plus: add Ping Latency detection support
2019-10-09 00:18:25 -07:00
LEAN-ESX
501213e6f1
add bnx2x-firmware
2019-10-08 09:13:35 -07:00
LEAN-ESX
e2b72bf55c
kernel: add module for Emulex OneConnect 10Gbit for x86/x64
2019-10-08 08:55:06 -07:00
LEAN-ESX
304a646030
add KERNEL_CGROUPS for x86_64 docker-ce
2019-10-08 08:08:09 -07:00
Michael Qu
d354ed7a32
dnspod support customized command to get wan ip ( #1705 )
...
fix dnspod clear log bug
2019-10-08 22:42:11 +08:00
LEAN-ESX
ef6133ce6c
luci ssr plus: add port control
2019-09-29 19:36:22 -07:00
LEAN-ESX
d155f1f093
update hostapd
2019-09-25 06:55:30 -07:00
LEAN-ESX
9328592847
version update to R9.10.1
2019-09-24 20:38:48 -07:00
LEAN-ESX
eb05272f01
kernel: bump to 4.9.194, 4.14.146, 4.17.75
2019-09-24 09:44:15 -07:00
coolsnowwolf
5161e816cc
fix delete_all fuction in new luci
2019-09-24 21:28:57 +08:00
Eason
ed120b49ce
luci-app-autoreboot: fix sunday schedule reboot datetype ( #1634 )
2019-09-17 22:51:53 +08:00
wybb
734df71303
优化ssr-switch单一节点下的ss重启
...
针对如下场景进行优化
1、ssr-plus仅仅设置了一个服务器节点
2、该节点使用域名地址
3、域名对应的DNS解析ip修改了
问题原因:
在存在多节点情况下,select_proxy会挑选下一个节点重启ssr服务,但是在单一节点下由于不符合if [ "$ENABLE_SERVER" != nil ] 条件,导致并不调用switch_proxy来重启服务。但是域名对应的ip已经修改了,ssr服务本身是依赖ip参数启动的,ssr服务在重启依然停留在老的ip上。
调整方式:
这个修改调整为在每次检测网络失败的情况下,就算只有一个节点,也重启ssr服务,保证ssr服务有机会切换到域名新的ip地址。
此外假如因为ssr服务本身存在一些小概率bug,也可以通过重启ssr解决。
这种情况在付费的ssr服务中很常见,因为服务商往往只提供一个域名,假如因为服务器调整(比如某个服务器ip被和谐了),服务提供商都会重新给域名绑定新的服务器(或新IP)
2019-09-16 17:20:14 +08:00
nivalxer
3469334bd9
修正v2ray订阅更新问题
...
${uci_set}type为服务器节点类型,固定为v2ray,不应该取ssr_security字段。
2019-09-16 17:19:22 +08:00
LEAN-ESX
7f02e5d6fe
version: update to R9.9.15
2019-09-14 20:45:06 -07:00
LEAN-ESX
867e20392f
UnblockNeteaseMusic: update to 0.19.2
2019-09-12 22:07:24 -07:00
LEAN-ESX
7c62e65b1f
qt5: fix version
2019-09-12 21:02:33 -07:00
LEAN-ESX
891a18e7db
UnblockNeteaseMusic: bump version
2019-09-12 21:02:04 -07:00
LEAN-ESX
8e2d7d7184
UnblockNeteaseMusic: skip httpdns v2
2019-09-12 21:00:38 -07:00
LEAN-ESX
4ed39c663b
qBittorrent: bump to version 4.1.7
2019-09-12 00:28:15 -07:00
LEAN-ESX
46b8d68dac
qt5:fix qBittorrent with ssl runtime crash
2019-09-12 00:26:58 -07:00
ZhenYu
59b8a5cc63
luci-app-haproxy-tcp & luci-app-qbittorrent: return to right display at make menu ( #1608 )
...
* luci-app-haproxy-tcp: fixed wrong location in make menu
* luci-app-qbittorrent: solved wrong luci-i18n-qbittorrent at make menu
2019-09-12 14:37:25 +08:00
LEAN-ESX
daf22267ef
UnblockNeteaseMusic: bump to v0.19.1
2019-09-05 22:06:03 -07:00
ope087
f051b8d247
add icu to depends ( #1588 )
...
fix missing libicu* files when packing qt5-core.
2019-09-03 14:05:41 +08:00
Michael Qu
15d60da9bc
support dnspod api by token
2019-09-03 14:05:11 +08:00
LEAN-ESX
d576be2120
low key
2019-08-16 22:19:21 -07:00
LEAN-ESX
6a86b507ed
Version: update to R9.8.17 for He
2019-08-16 22:10:36 -07:00
LEAN-ESX
f87bb8f70c
Revert "luci-app-autorebooot: fix sunday schedule reboot datetype"
...
This reverts commit 60cc52ffe42953b4448d4299b9c4ee67fab4b857.
2019-08-16 22:02:04 -07:00