smallprogram
377f28d754
brook: update to 20230404.5.1
2023-04-28 04:55:53 +08:00
sbwml
63a498c5a4
ci: switch gh-action-sdk
branch
2023-04-27 05:26:00 +08:00
xiaorouji
fbe83028cc
luci: make nftables better compat
2023-04-25 04:16:02 +08:00
xiaorouji
27f11fbe6a
luci: let chinadns-ng support nftset
2023-04-25 04:15:58 +08:00
xiaorouji
49ea53eaa9
luci: fix clear ipset/nftset maybe invalid bug
2023-04-25 04:15:54 +08:00
coolsnowwolf
fc4f05659b
ssr-rules: enable HTTP Over QUIC in udp mode
2023-04-25 04:15:14 +08:00
xiaorouji
4af5119d1b
luci: 4.65
...
chinadns-ng function has been perfected and can be used as a depends.
2023-04-23 06:52:25 +08:00
xiaorouji
61b45025ca
luci: update chinadns-ng logic
...
Follow the new feature upgrade.
2023-04-23 06:52:20 +08:00
Beginner
cae9a39230
chinadns-ng: update to 2023.04.20
2023-04-21 03:22:25 +08:00
zhusir
85883c8972
luci: get the exact remote version
2023-04-20 16:16:51 +08:00
xiaorouji
45fbd0be19
luci: fixed https://github.com/xiaorouji/openwrt-passwall/issues/2493
2023-04-20 16:16:44 +08:00
xiaorouji
1fc1e41f41
luci: optimize subscribe logic
2023-04-20 16:16:40 +08:00
xiaorouji
8848f801b6
luci: format code
2023-04-20 16:16:36 +08:00
xiaorouji
022688249d
luci: update default rules
2023-04-20 16:16:31 +08:00
xiaorouji
95389eb674
luci: shunt mode select node can custom
...
You can directly customize SOCKS/HTTP server when selecting nodes.
For example:
socks://127.0.0.1:1080
socks://username:password@127.0.0.1:1080
http://127.0.0.1:2080
http://username:password@127.0.0.1:2080
2023-04-20 16:16:26 +08:00
xiaorouji
aa62fdcc18
luci: fix maybe wrong issue
2023-04-20 16:16:20 +08:00
xiaorouji
dc8eb4f957
luci: logic log update
2023-04-20 16:15:55 +08:00
Tianhe Y
2a0d4ed8a0
luci: wireguard reserved support base64 string ( #2511 )
2023-04-20 16:15:51 +08:00
Gzxhwq
22940c0f9b
luci: add Xray Vision XUDP Mux support ( #2503 )
2023-04-20 16:15:46 +08:00
zxlhhyccc
d9a1084637
naiveproxy: update to 112.0.5615.49-1
2023-04-18 19:12:44 +08:00
zxlhhyccc
12eacf7f1c
gn: bump to latest git HEAD
...
Support defined(foo["bar"]) syntax.
Since it is already possible to use a string subscript to
get the value of a scope member (i.e. foo["bar"] being the
same as foo.bar, but [] allowing expression evaluation),
this ensures that `defined(foo["bar"])` works as `defined(foo.bar)`
as well.
2023-04-18 19:12:39 +08:00
zxlhhyccc
4bf7bcbf47
gn: bump to latest git HEAD
...
Since it is already possible to use a string subscript to
get the value of a scope member (i.e. foo["bar"] being the
same as foo.bar, but [] allowing expression evaluation),
this ensures that `defined(foo["bar"])` works as `defined(foo.bar)`
as well.
2023-04-18 19:12:34 +08:00
github-actions[bot]
5c08c35f3a
chinadns-ng: update to 2023.04.17 ( #2507 )
...
Co-authored-by: smallprogram <smallprogram@foxmail.com>
2023-04-18 19:12:12 +08:00
github-actions[bot]
12cc8bed95
xray-plugin: update to 1.8.1 ( #2510 )
...
Co-authored-by: smallprogram <smallprogram@foxmail.com>
2023-04-18 19:11:33 +08:00
Gzxhwq
f04788b5fd
xray-core: update to 1.8.1 ( #2508 )
2023-04-18 19:11:23 +08:00
coolsnowwolf
de41038490
luci-app-ssr-plus: set default wan dns for chinadns-ng
2023-04-12 20:56:09 +08:00
xiaorouji
54f7e7c245
luci: 4.64
2023-04-12 20:55:39 +08:00
xiaorouji
9eb7df489b
luci: chinadns-ng logic update and optimization
...
chinadns-ng 2023-04-01 version
* start support nftset.
* support adding chnlist to ipset now, and now there is no need to generate dnsmasq conf.
2023-04-12 20:55:07 +08:00
Tianhe Y
ce3923a614
luci: change chinadns-ng update url ( #2482 )
2023-04-12 20:55:01 +08:00
xiaorouji
c8701a112a
luci: fix auto switch when use shunt node #2474
2023-04-12 20:52:59 +08:00
xiaorouji
b53d790c8b
chinadns-ng: update to 2023.04.11-2
2023-04-12 20:52:03 +08:00
xiaorouji
bd3b4c2fed
luci: fixup 65b1c9346594460d0fef55acd9d2b0cc6bf533d6
...
lost nftables
2023-04-09 23:51:15 +08:00
xiaorouji
ae411c4752
luci: haproxy conf adjustment
2023-04-09 23:51:11 +08:00
xiaorouji
47f44fcfdd
luci: lua code convert indentation to TAB
2023-04-09 23:51:06 +08:00
sbwml
2d5a76a95d
luci-app-passwall: sync 0_default_config
2023-04-08 17:07:42 +08:00
xiaorouji
3a4fa1fcf5
luci: update subscribe script support ipv6 node
2023-04-08 17:06:25 +08:00
Tianhe Y
ac259f2d11
luci: wireguard add reserved option when xray>=1.8.0 ( #2462 )
...
* luci: wireguard add reserved option when xray>=1.8.0
* luci: 4.63
2023-04-06 19:23:18 +08:00
Tianhe Y
d67f9fd5c6
luci: fix bug
2023-04-06 19:23:06 +08:00
Tianhe Y
fddd6eed92
luci: preproxy remove dialerProxy option
2023-04-06 19:23:01 +08:00
Tianhe Y
d9023cffba
luci: modify code to adapt preproxy switch
2023-04-06 19:22:55 +08:00
xiaorouji
10087267dd
luci: add github
host to proxy host by default
2023-04-06 19:22:50 +08:00
Tianhe Y
8ea101b15e
luci: fix an error in #2456 ( #2457 )
2023-04-06 19:22:41 +08:00
Tianhe Y
47d28d314a
luci: optimize shunt config ( #2456 )
2023-04-06 19:22:36 +08:00
Beginner
a60e20a135
luci: fix po typo
2023-04-06 19:22:30 +08:00
xiaorouji
521efc0ee9
luci: fix lost logic
2023-04-06 19:22:24 +08:00
xiaorouji
ab8bdd4926
luci: add openai
by default shunt rule
2023-04-06 19:22:15 +08:00
xiaorouji
29a74f7c85
luci: update default rules
2023-04-06 19:18:50 +08:00
xiaorouji
eee868fe92
luci: fixed
2023-04-06 19:18:44 +08:00
Tianhe Y
3b1c3d65c5
luci: add advanced log feature #2424 ( #2431 )
...
- logging to sys log.
- logging to persist log file.
Co-authored-by: iceliuhacker <118520805+iceliuhacker@users.noreply.github.com>
2023-04-06 19:18:38 +08:00
Tianhe Y
7b04f0bfa3
luci: fix and optimize shunt config ( #2451 )
2023-04-06 19:18:30 +08:00