Commit Graph

1314 Commits

Author SHA1 Message Date
CN_SZTL
d4152cbf8e
Merge Lean's source 2020-02-24 21:45:27 +08:00
LEAN-ESX
bab4aee9fb luci-app-unblockmusic: enable FLAC unlocked 2020-02-24 05:29:37 -08:00
CN_SZTL
189948e7c4
Merge Lean's source 2020-02-24 00:40:50 +08:00
ntlf9t
c9f2c9c472
Update v2ray_server (#3265)
减少日志生成
2020-02-22 22:08:47 +08:00
coolsnowwolf
e70658a51e automount: revert to ntfs-3g 2020-02-22 19:37:14 +08:00
CN_SZTL
98c564de49
Merge Lean's source 2020-02-22 16:06:32 +08:00
coolsnowwolf
b67976c246 readline: curses link 2020-02-22 16:00:57 +08:00
coolsnowwolf
75a885d425 luci-app-dnspod: remove out-of-date package 2020-02-22 14:42:08 +08:00
CN_SZTL
41946a9924
tmate/v2ray: fix SUBMENU 2020-02-22 14:17:12 +08:00
CN_SZTL
d3cbefc99f
smartdns: adjust dns settings 2020-02-22 13:35:32 +08:00
CN_SZTL
8ba2092ec3
Merge Lean's source 2020-02-22 12:52:04 +08:00
Max Zhao
62ec3bfa9d
luci-app-ssr-plus: support custom url to update chnroute (#3221)
* luci-app-ssr-plus: support custom url to update chnroute

* Update ssr-plus.po

* Update update.lua

* Update advanced.lua

* Update Makefile

Co-authored-by: coolsnowwolf <31687149+coolsnowwolf@users.noreply.github.com>
2020-02-22 12:45:34 +08:00
coolsnowwolf
5e271e43e3 luci-app-adbyby-plus: less debug logs 2020-02-22 12:22:01 +08:00
coolsnowwolf
97700ac6f6 luci-app-adbyby-plus: fix checked date display 2020-02-22 12:19:55 +08:00
CN_SZTL
5fbe23b17f
Merge Lean's source 2020-02-22 01:12:41 +08:00
coolsnowwolf
073faf0741 luci-app-adbyby-plus: rewrite mem running mode 2020-02-22 01:08:05 +08:00
coolsnowwolf
5635bfee3a samba4: add python 3.5+ build support 2020-02-21 18:36:51 +08:00
CN_SZTL
6b2161f94c
Merge Lean's source 2020-02-21 14:35:45 +08:00
coolsnowwolf
1c4ae206b8 target: add zerotier by default 2020-02-21 14:30:58 +08:00
CN_SZTL
3d8261a225
luci-app-unblockneteasemusic-mini: fix typo error (#3231) 2020-02-21 02:52:54 +08:00
coolsnowwolf
7c2ac8f94c luci-app-unblockneteasemusic-mini: change name 2020-02-21 02:50:51 +08:00
CN_SZTL
4f5684f572
Merge Lean's source 2020-02-20 22:04:38 +08:00
coolsnowwolf
6561323807 luci-app-ssr-plus: allowInsecure default on 2020-02-20 21:20:16 +08:00
CN_SZTL
6b6b284f32
Merge Lean's source 2020-02-20 21:02:47 +08:00
Shuanglei Tao
3999bcc728
srelay: fix build on none linux os (#3223) 2020-02-20 20:13:18 +08:00
CN_SZTL
bdb6d4e324
Merge Lean's source 2020-02-20 16:58:28 +08:00
coolsnowwolf
30ffdb3f2a luci-app-ssr-plus: add custom DNS setting for Netflix etc 2020-02-20 16:54:11 +08:00
CN_SZTL
c3723e718b
Merge Lean's source 2020-02-20 16:15:44 +08:00
trackycn
b3e90d7d68
v2ray server support empty username and password for socks and http protocol (#3203) 2020-02-20 16:13:39 +08:00
CN_SZTL
4605165ed2
luci-app-unblockneteasemusic-mini: add package (#3218)
* luci-app-unblockneteasemusic-mini: add package

* Update Makefile

* Update unblockneteasemusic-mini

Co-authored-by: coolsnowwolf <31687149+coolsnowwolf@users.noreply.github.com>
2020-02-20 16:12:24 +08:00
coolsnowwolf
1f34a3c94b
luci-app-ssr-plus: auto-switch sortable 2020-02-20 15:47:10 +08:00
CN_SZTL
50378598f9
Merge Lean's source & adjust License settings 2020-02-20 12:51:06 +08:00
coolsnowwolf
9fedd2b379 smartdns: remove package and luci 2020-02-20 11:02:12 +08:00
coolsnowwolf
25dd637650 luci-app-ssr-plus: add subscribe auto-switch setting 2020-02-20 10:44:14 +08:00
CN_SZTL
73e90d62cc
Merge Lean's source 2020-02-20 02:46:33 +08:00
coolsnowwolf
06f2f56860 luci-app-ssr-plus: keep user's auto-switch setting after subscribe update 2020-02-20 01:10:50 +08:00
lqdflying
759895dd9f
HAproxy has supported both domain and ip now (#3192) 2020-02-19 18:46:52 +08:00
Max Zhao
3036d92f2e
luci-app-ssr-plus: fix trojan url import (#3195) 2020-02-19 18:45:55 +08:00
CN_SZTL
103c855481
Merge Lean's source 2020-02-19 16:04:00 +08:00
manyeechen
a18e7218b4
npc: bump version to v0.26.3 (#3190)
fix:
mux 无锁队列同时进行pop可能导致死循环的问题
mux buffer pool 同一对象可能放入两次的问题
socks5 tcp连接未及时断开问题
udp 穿透逻辑不完善
change:
文件记录改为临时文件写入完毕后替换,避免文件被截断照成数据丢失 #412
service初始化失败后继续运行,但无法提供相关功能 #407
2020-02-19 14:54:03 +08:00
manyeechen
6d579bcf33
frpc: bump version to v0.31.2 (#3191)
Fix not release port when client start proxy error.
2020-02-19 14:53:46 +08:00
coolsnowwolf
ffa1a3a364 luci-app-cifsd: load modules on boot 2020-02-19 14:44:31 +08:00
CN_SZTL
b268528c4e
Merge Lean's source 2020-02-19 01:00:58 +08:00
coolsnowwolf
c98a984d4a luci-app-ssr-plus: fix check port status when vps disable ping 2020-02-19 00:13:08 +08:00
CN_SZTL
1b5802553a
Merge Lean's source 2020-02-18 22:04:43 +08:00
coolsnowwolf
dcc9bb5879 luci-app-ssr-plus: add LAN ac control 2020-02-18 21:56:34 +08:00
CN_SZTL
5a2be0bbce
Merge Lean's source 2020-02-18 17:01:26 +08:00
coolsnowwolf
8269399df9 luci-app-ssr-plus: add anti-AD v4 rules by default 2020-02-18 16:24:20 +08:00
CN_SZTL
e650f97e3e
Merge Lean's source 2020-02-18 14:02:58 +08:00
coolsnowwolf
0ccf9b831d luci-app-unblockmusic: fix log_check sh shell 2020-02-18 13:29:49 +08:00