Skyxim
6c9c0bd755
chore: add unit test and adjust logic error
2023-03-30 13:36:14 +08:00
Skyxim
2e1c5091c3
chore: do not load cert pool if not necessary
2023-03-29 20:12:12 +08:00
wwqgtxx
ae13418929
fix: broken url
2023-03-29 19:43:06 +08:00
wwqgtxx
ae8913587d
fix: better DomainSet
2023-03-29 18:47:56 +08:00
Skyxim
c486d7c67e
fix: filtering out duplicate domains
2023-03-29 17:40:22 +08:00
Skyxim
82dddf932a
chore: add classical provider for nameserver-policy
, and rename domain-set
to rule-set
2023-03-29 16:28:26 +08:00
Skyxim
5b73942960
chore: reuse cert pool
2023-03-29 14:09:42 +08:00
Skyxim
9f7a0052a8
fix: an empty set match will panic
2023-03-29 13:43:10 +08:00
Skyxim
c3ed06e99d
chore: sniffer use TrieSet
2023-03-29 13:24:26 +08:00
Skyxim
d52748165f
feat: nameserver-policy
support domain-set, reduce domain-set memory usage
2023-03-29 13:14:02 +08:00
Skyxim
6d40de2179
chore: adjust trust cert
2023-03-27 22:27:59 +08:00
Larvan2
4d30788738
chore: clean up code
2023-03-25 22:56:24 +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
Larvan2
e026ac6a2a
chore: update xray-core version
2023-03-22 23:45:26 +08:00
metacubex
154fbb34ea
fix: log typo
2023-03-21 00:45:25 +08:00
Larvan2
c7362fce9c
chore: do not modify ALPN in utls
2023-03-17 14:49:42 +08:00
H1JK
7404bfdc44
chore: Improve REALITY handshake
2023-03-15 15:55:18 +08:00
Larvan2
2f992e9863
chore: fix issues #440
2023-03-13 21:19:39 +08:00
Skyxim
7d230139a0
fix: rand ip error and clash
remove loopback ip
2023-03-12 18:44:30 +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
H1JK
ae4d114802
chore: Cleanup REALITY code
2023-03-11 12:23:27 +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
Skyxim
5bcfe1a6c6
fix: dialer dual stack panic
2023-03-10 20:16:14 +08:00
wwqgtxx
2c4783ff8b
fix: SA4001 for netDialer copy
2023-03-10 16:17:54 +08:00
Skyxim
7cc1c1b561
chore: adjust error log
2023-03-10 14:12:18 +08:00
wwqgtxx
9ae0bd9c2b
fix: don't return a non-nil interface containing nil pointer
2023-03-10 12:06:53 +08:00
wwqgtxx
c0fc5d142f
fix: unmap 4in6 address in dialer and wireguard
2023-03-10 00:25:22 +08:00
H1JK
921b2c3aa4
feat: REALITY use proxy servername
2023-03-08 20:28:12 +08:00
H1JK
76a8fe3839
feat: Support REALITY protocol
2023-03-08 17:18:46 +08:00
wwqgtxx
9cc7fdaca9
chore: wireguard using internal dialer
2023-03-07 09:30:51 +08:00
wwqgtxx
545a79d406
chore: cleanup dialer's code
2023-03-06 23:23:05 +08:00
wwqgtxx
7c34964f87
fix: dns resolver
2023-03-06 19:15:12 +08:00
wwqgtxx
6a97ab9ecb
chore: use fastrand to replace math/rand
2023-03-06 18:10:14 +08:00
wwqgtxx
6061f3d4fa
chore: add more utls fingerprints
2023-02-28 21:17:52 +08:00
wwqgtxx
d55025ecae
fix: udp loopback show "The requested address is not valid in its context."
2023-02-28 15:53:34 +08:00
wwqgtxx
c1199f1a8a
chore: add early conn interface to decrease unneeded write
2023-02-27 00:26:49 +08:00
wwqgtxx
c8c078e78a
fix: golang1.19 can't compile
2023-02-26 22:20:25 +08:00
Skyxim
d36f9c2ac8
fix: handle no IP address
2023-02-26 21:01:44 +08:00
Skyxim
e1dd4ac9e7
chore: format code
2023-02-26 20:38:32 +08:00
Skyxim
e6a35199e0
fix: dual stack serial dial
2023-02-26 20:15:28 +08:00
wwqgtxx
be5ce6249f
fix: dns resolve in dialer
2023-02-26 13:52:10 +08:00
wwqgtxx
0321fe93cf
fix: replace self define "connect timeout" to os.ErrDeadlineExceeded
2023-02-26 13:06:10 +08:00
Skyxim
0a6705f43e
fix: ip version prefer not working
2023-02-26 12:39:53 +08:00
Skyxim
97e14337e3
refactor: tcp dial ( #412 )
...
Non-concurrent support to try to connect in turn
fix: serial dual stack dial
2023-02-26 12:12:25 +08:00
Skyxim
f565edd76d
chore: add custom ca trust
2023-02-25 22:01:20 +08:00
wwqgtxx
7d524668e0
chore: support TFO for outbounds
2023-02-24 13:53:44 +08:00
wwqgtxx
75680c5866
chore: use early conn to support real ws 0-rtt
2023-02-24 09:54:54 +08:00