wwqgtxx
291b5be986
chore: move sing-tun's udpTimeout fix to there lib
2023-03-23 19:53:28 +08:00
wwqgtxx
a7944f1369
chore: better geodata shared
2023-03-23 18:58:24 +08:00
wwqgtxx
7e10d78d53
chore: share the same geodata in different rule
2023-03-23 18:35:37 +08:00
wwqgtxx
fd0580bfdd
fix: sing_tun apply udpTimeout when using gvisor stack
2023-03-23 14:05:31 +08:00
Skyxim
5737fbc23c
chore: proxy-server-nameserver
does not follow the nameserver-policy
2023-03-23 12:58:59 +08:00
Larvan2
e026ac6a2a
chore: update xray-core version
2023-03-22 23:45:26 +08:00
wwqgtxx
e7bb1f42b1
chore: update quic-go to release unused buffer when error
2023-03-22 13:01:58 +08:00
Larvan2
a22000c41b
Update README.md
2023-03-21 23:56:40 +08:00
wwqgtxx
0336435ebc
chore: shadowsocks listener support the "udp" setting
2023-03-21 12:40:36 +08:00
metacubex
154fbb34ea
fix: log typo
2023-03-21 00:45:25 +08:00
H1JK
3e47bfacf0
feat: Converter support REALITY share standard
2023-03-19 17:31:52 +08:00
metacubex
9316c1293e
fix: geosite of nameserver-policy cannot be loaded correctly
2023-03-18 22:33:39 +08:00
Larvan2
f6f02bb5eb
fix: ToLower first
2023-03-18 22:20:31 +08:00
Phie Ash
84967ace53
Update flake.nix ( #452 )
2023-03-18 19:55:29 +08:00
Larvan2
c7362fce9c
chore: do not modify ALPN in utls
2023-03-17 14:49:42 +08:00
世界
8cb67b6480
Update UoT protocol
2023-03-17 13:23:45 +08:00
wwqgtxx
3ae4285702
fix: tuic udp native mode can't relay packetSize>1200
2023-03-16 21:09:44 +08:00
wwqgtxx
998d407d44
Feat: support set tun file-descriptor in config file
...
Co-authored-by: DuFoxit <DuFoxit@users.noreply.github.com>
2023-03-15 23:43:58 +08:00
wwqgtxx
520cc807d6
chore: Update dependencies
2023-03-15 18:58:59 +08:00
H1JK
7404bfdc44
chore: Improve REALITY handshake
2023-03-15 15:55:18 +08:00
世界
e8d4f8ae7b
Update UoT protocol
2023-03-15 14:46:35 +08:00
wwqgtxx
f7610ce2ad
chore: better uuid using
2023-03-15 10:10:03 +08:00
wwqgtxx
516c219580
fix: let quic-go works on outbound's packetConn
2023-03-15 09:56:00 +08:00
Skyxim
5d0efb5472
chore: keep existing connections
2023-03-15 09:18:03 +08:00
Skyxim
9d9bd245f3
fix: Adjust the timing of subscription information acquisition
2023-03-15 09:05:16 +08:00
wwqgtxx
53928eb895
chore: better TunnelStatus define
2023-03-15 00:11:31 +08:00
Skyxim
8dda9fdb70
fix: The default interface is actually configured incorrectly
2023-03-14 23:52:27 +08:00
Skyxim
cf7520ec22
chore: disconnect when suspended
2023-03-14 22:57:43 +08:00
wwqgtxx
68d7a6da7f
fix: ensure restart api return ok
2023-03-14 22:38:59 +08:00
Skyxim
09c53e7cb7
chore: Chore: adjust the loading order, and then load the resource at last
2023-03-14 22:37:07 +08:00
wwqgtxx
0f24c2f849
chore: add /restart to restful api
2023-03-14 22:19:12 +08:00
Skyxim
88116d9032
fix: optimize health check
2023-03-14 20:10:52 +08:00
wwqgtxx
6ba82c6d85
chore: cleanup code
2023-03-14 17:45:37 +08:00
wwqgtxx
5816dc2955
chore: better restls
2023-03-14 16:50:27 +08:00
Larvan2
f4251e58a5
chore: clean up code
2023-03-14 14:23:10 +08:00
3andne
2fef00d2a8
Support Restls-V1 in Clash.Meta ( #441 )
...
* feat: impl restls
* fix: don't break shadowtls' working
* chores: correct restls-client-go version
* feat: bump restls-client-go version
* fix: consistent naming `client-fingerprint`
* docs: update example config
* chore: adjust client-fingerprint's snippet
---------
Co-authored-by: wwqgtxx <wwqgtxx@gmail.com>
Co-authored-by: Larvan2 <78135608+Larvan2@users.noreply.github.com>
2023-03-14 13:33:24 +08:00
Larvan2
2f992e9863
chore: fix issues #440
2023-03-13 21:19:39 +08:00
wwqgtxx
13111081be
fix: SA4001 for net.UDPAddr copy
2023-03-12 23:37:45 +08:00
wwqgtxx
5de043acc6
fix: tuic relay tuic
2023-03-12 19:03:18 +08:00
Skyxim
7d230139a0
fix: rand ip error and clash
remove loopback ip
2023-03-12 18:44:30 +08:00
Larvan2
0a6c848c9e
feat: nameserver-policy support multiple keys
...
e.g.,
nameserver-policy: # 'www.baidu.com': '114.114.114.114'
# '+.internal.crop.com': '10.0.0.1'
"geosite:cn,private,apple":
- https://doh.pub/dns-query
- https://dns.alidns.com/dns-query
"www.baidu.com,+.google.cn":
- 223.5.5.5
- 1.1.1.1
2023-03-12 16:56:29 +08:00
Skyxim
074fee2b48
chore: add comment
2023-03-12 15:05:28 +08:00
Skyxim
7f588935ea
feta: add hosts support domain and mulitple ip ( #439 )
...
* feat: host support domain and multiple ips
* chore: append local address via `clash`
* chore: update hosts demo
* chore: unified parse mixed string and array
* fix: flatten cname
* chore: adjust logic
* chore: reuse code
* chore: use cname in tunnel
* chore: try use domain mapping when normal dns
* chore: format code
2023-03-12 15:00:59 +08:00
Larvan2
4b72ae7aab
fix: global-client-fingerprint is now work
2023-03-12 13:35:59 +08:00
H1JK
09b4a7ff15
chore: Remove useless mutex in Vision
2023-03-12 10:13:23 +08:00
wwqgtxx
7944522188
chore: update quic-go
2023-03-12 09:39:13 +08:00
H1JK
ae4d114802
chore: Cleanup REALITY code
2023-03-11 12:23:27 +08:00
Skyxim
07f3cd2ae5
chore: exposure ipv6 wait time
2023-03-10 23:38:16 +08:00
Skyxim
035d878a9f
fix: dial panic
2023-03-10 22:08:01 +08:00
H1JK
913ed62095
fix: ALPN not applied in uTLS/REALITY
2023-03-10 20:53:39 +08:00