Commit Graph

50 Commits

Author SHA1 Message Date
xiaorouji
22816e9c24 luci: compatible 2023-04-02 07:31:24 +08:00
Tianhe Y
226736e6bf luci: fix #2434 (#2438) 2023-04-01 15:34:57 +08:00
Tianhe Y
c9ee3e26fe luci: fix translate (#2429)
luci: fix translate of probe URL description
2023-04-01 15:34:52 +08:00
Tianhe Y
ee7ded80e5 luci: shunt added xray balancer support
- optimized pre-proxy settings (https://github.com/xiaorouji/openwrt-passwall/issues/2234)
2023-04-01 15:34:38 +08:00
xiaorouji
eadb44a03a luci: haproxy use logic implement accurate availability
So fragrant ~
2023-04-01 15:34:33 +08:00
xiaorouji
c5e704b735 luci: add hysteria lazy_start option 2023-04-01 15:34:27 +08:00
xiaorouji
80408356a4 luci: adjustment chinadns-ng logic
* It is now can work in the gfwlist mode.

* It is now can work with when chnroute default dns option.
2023-03-30 08:42:49 +08:00
nftbty
146648178c luci: balancing add strategy option & remove unnesscary options
* luci: balancing add strategy option & remove unnesscary options

Signed-off-by: nftbty <nftbty@gmail.com>

* luci: add description for probeInterval option in balancing
Add description for the probeInterval option, from the official V2ray documentation.

---------

Signed-off-by: nftbty <nftbty@gmail.com>
2023-03-27 20:26:41 +08:00
nftbty
36c6425b3f luci: unified code style (#2395)
* luci: unified code style
- checked newline at end of file
- unified indent
- removed whitespaces at end of line

* luci: change the indentation of lua files to tabs
2023-03-27 20:25:52 +08:00
nftbty
5e84915db1 luci: optimize app_update
* luci: optimize app_update code structure
abstract the components update info into a module.

Signed-off-by: nftbty <nftbty@gmail.com>

* luci: app_update add chinadns-ng & fix hysteria

Signed-off-by: nftbty <nftbty@gmail.com>

* luci: app_update optimize match_file_name generating.
- Update `auto_get_arch()`, and the generation of `match_file_name`.
- The function `to_check()`,`to_download()`,`to_extract()`,`to_move()` moved into api.lua,  some functions in api.lua used by the 4 functions are no longer need to be public anymore, so add `local` before them.

Signed-off-by: nftbty <nftbty@gmail.com>

---------

Signed-off-by: nftbty <nftbty@gmail.com>
2023-03-27 20:19:59 +08:00
Gzxhwq
8686261968 luci: mask fingerprint that dosen't support Vision & REALITY (#2375)
follow
https://github.com/XTLS/Xray-core/issues/1666#issuecomment-1435494076
2023-03-15 03:25:08 +08:00
Gzxhwq
5d685f771d luci: add Xray REALITY client support
* luci: add Xray REALITY client support

* luci: make REALITY work with other protocol

* luci: add REALITY support to gRPC client

* luci: fix xray fail when all h2 options is NULL

* luci: chore
2023-03-12 17:17:19 +08:00
xiaorouji
42ce950fcd luci: add when use chnroute mode default DNS option 2023-03-09 23:17:16 +08:00
xiaorouji
364731602e luci: optimization acl logic 2023-03-07 22:40:27 +08:00
xiaorouji
2e61482883 luci: acl config add chinadns-ng option 2023-03-06 10:38:46 +08:00
xiaorouji
941ffd8ed1 luci: acl config add filter_proxy_ipv6 option 2023-03-06 10:38:41 +08:00
Gzxhwq
cacf7a5429 luci: optimization code and some other adjustments 2023-02-27 00:17:48 +08:00
xiaorouji
14e6f515a3 luci: optimization code 2023-02-16 05:13:49 +08:00
xiaorouji
94d0a16dbf luci: remove V2ray DNS option
Configuration is not compatible with Xray and has bugs, so are temporarily removed.
2023-02-09 23:33:14 +08:00
xiaorouji
8d12f406b9 luci: Optimization code logic 2023-02-09 23:29:42 +08:00
xiaorouji
78a33066ed luci: Optimization tcp node socks logic
The TCP Node Socks must be used, and for code logic. And More convenient expansion in the future.
2023-02-09 23:29:38 +08:00
xiaorouji
f04ecb1b69 luci: add Hysteria fast_open option 2023-02-07 03:53:10 +08:00
xiaorouji
08b4cda31b luci: Xray outbound support network interface 2023-02-07 03:53:04 +08:00
xiaorouji
a91bad9cbc luci: update Xray fingerprint disable value 2023-02-07 03:52:54 +08:00
xiaorouji
28d52193ac luci: remove Xray old XTLS version
The old version of XTLS, which is deprecated now and will be removed soon. Please use flow "xtls-rprx-vision" with "tls & tlsSettings" instead.
2023-02-07 03:52:27 +08:00
Gzxhwq
690b84f1a2 luci: add more fingerprints to xray (#2264) 2023-02-07 03:52:14 +08:00
yk271
ca136e8479 luci: chnroute and chnroute6 use multiple sources (#2245) 2023-01-09 23:47:28 +08:00
xiaorouji
549c8735f5 luci: add Xray dialerProxy option 2023-01-09 23:46:48 +08:00
xiaorouji
5aec13e562 luci: add Xray wireguard support 2023-01-09 23:46:38 +08:00
xiaorouji
9445139877 luci: temporarily remove SmartDNS shunt scheme
Because the SmartDNS new version has updated some characteristics and logic, this solution may not be used normally, so temporarily removed it.
2023-01-09 23:46:32 +08:00
yk271
b8d760c76e luci-app-passwall: 修改默认中国大陆 IP 来源 (#2242)
* Update 0_default_config

* Update rule.lua
2023-01-09 23:46:10 +08:00
zhusir
095251f41b luci-app-passwall: support xray xtls-rprx-vision (#2174)
* luci: support xray xtls-rprx-vision

* update

Co-authored-by: ShanStone <31815718+ShanStone@users.noreply.github.com>
2022-11-30 13:23:19 +08:00
Kunger97
572e125f3d luci-app-passwall: add hysteria hop (#2182)
add hysteria hop and some client configuration items
2022-11-09 21:20:20 +08:00
ShanStone
8641672350 luci-app-passwall: optimize 2022-10-15 19:12:06 +08:00
ShanStone
b534485864 luci-app-passwall: initial support nftables transparent proxy 2022-10-08 03:01:04 +08:00
Bard
6b6ee704b5
luci-app-passwall: default tcp proxy mode - tproxy 2022-08-02 14:18:40 +08:00
Bard
61aa05b311 dns: tcp/udp: add mosdns 5335 port 2022-07-14 11:06:11 +08:00
Gzxhwq
cce8eb24a9 luci: optimize v2ray/xray websocket config
Backport from: https://github.com/xiaorouji/openwrt-passwall2/pull/130
2022-06-11 05:37:40 +08:00
ShanStone
12ce2771e1 luci: fix some problems
* luci: fix rules apply

Rules no working after update, unless clean the directory or reboot the system. Reload rules by use md5 check

* luci: default gfwlist rules swith to Loyalsoldier source

* luci: fix trojan allowinsecure subscribe option

fix trojan allowinsecure subscribe option, and  the allowinsecure will be turn off by default now

* luci: optimize rules upadte
2022-06-11 05:37:31 +08:00
Gzxhwq
a2de13b6e6 luci: add UoT support for Xray Shadowsocks-2022 2022-06-11 05:29:11 +08:00
Gzxhwq
8437190378 luci: add support for Xray Shadowsocks-2022 (#1997) 2022-06-04 16:11:50 +08:00
sbwml
b96c7e61ab AEAD-2022 2022-05-18 02:45:07 +08:00
xiaorouji
1e83fa8065 luci: use dns2tcp instead of pdnsd
Simple and easy to use.
2022-05-13 04:34:10 +08:00
xiaorouji
55f3d0c53c luci: fix some problems 2022-05-10 12:21:23 +08:00
xiaorouji
be1b8e8c51 luci: optimize code 2022-04-28 17:41:51 +08:00
xiaorouji
0205587e6d luci: fixup 2022-04-27 06:50:59 +08:00
xiaorouji
08fa08ad5f luci: optimize some problems 2022-04-27 06:50:44 +08:00
练亮斌
e79253238a luci: support bufferSize for xray 2022-04-27 06:49:49 +08:00
xiaorouji
7e21046a33 luci: optimize 2022-04-27 06:48:51 +08:00
sbwml
12e3f6f41c backup 2022-04-17 03:50:24 +08:00