gVisor bot
7c04b3a096
chore: tuic server can handle V4 and V5 in same port
2023-06-21 13:53:37 +08:00
gVisor bot
a63332d68f
update docs
2023-06-18 01:50:32 +08:00
gVisor bot
fee81c1962
chore: adjustable cwnd for cc in quic
2023-06-18 00:47:26 +08:00
gVisor bot
011cde328c
feat: support tuicV5
2023-06-12 18:42:46 +08:00
gVisor bot
1f49fa0c5d
feat: Add RCode DNS client
2023-06-11 23:01:45 +08:00
gVisor bot
12c113d9cf
chore: allow unsafe path for provider by environment variable
2023-06-11 01:55:49 +00:00
gVisor bot
73f79b93ef
chore: update docs
2023-05-11 21:24:38 +08:00
gVisor bot
873a5f6a76
chore: Make slash optional for system resolver
2023-05-01 12:58:02 +08:00
gVisor bot
e4a0b3b2f1
chore: Remove default DNS in system resolver
2023-05-01 12:41:36 +08:00
gVisor bot
77dac1090d
docs: update config.yaml
2023-04-30 17:10:57 +00:00
gVisor bot
0f31336d93
chore: safe sing-mux close
2023-04-24 10:30:12 +08:00
gVisor bot
45b3f49942
feat: add statistic
and only-tcp
options for smux
2023-04-23 20:55:42 +08:00
gVisor bot
b1bc393e38
doc: update smux
2023-04-23 20:10:58 +08:00
gVisor bot
516c713c5c
chore: update doc
2023-04-21 08:49:03 +00:00
gVisor bot
3e299c6979
chore: clean up docs
2023-04-14 10:04:50 +00:00
gVisor bot
59a4c96fcb
doc: update config.yaml
2023-04-12 23:55:51 +08:00
gVisor bot
72447a529d
feat: wireguard add remote-dns-resolve
and dns
settings
2023-04-11 10:29:55 +08:00
gVisor bot
7536f23c1d
feat: wireguard add dialer-proxy
config to support chain forwarding
2023-04-10 08:54:10 +08:00
gVisor bot
c8a8055497
doc: update config.yaml
2023-04-07 22:37:01 +08:00
gVisor bot
684ce03a45
chore: update demo
2023-04-03 16:14:07 +08:00
gVisor bot
2c83e7297c
feat: Add multi-peer support for wireguard outbound
2023-04-03 16:14:07 +08:00
gVisor bot
96461ab557
feat: nameserver-policy
support use rule-providers and reduce domain-set memory
2023-04-01 11:53:39 +08:00
gVisor bot
492a334eed
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
gVisor bot
4f23cda7c8
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
gVisor bot
e5eab112d0
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
gVisor bot
7ef83f5131
chore: exposure ipv6 wait time
2023-03-10 23:38:16 +08:00
gVisor bot
d7f42a40a9
chore: add reality-grpc
2023-03-10 14:10:28 +08:00
gVisor bot
4134f7a5bd
feat: REALITY use proxy servername
2023-03-08 20:28:12 +08:00
gVisor bot
b9e5b164f0
Update config.yaml
2023-03-08 19:12:51 +08:00
gVisor bot
e6fbdd1805
doc: update config.yaml
2023-03-06 12:59:53 +08:00
gVisor bot
399b20b29f
chore: add sni of tuic in demo
2023-03-04 09:44:36 +08:00
gVisor bot
1432dd4e97
chore: add custom ca trust
2023-02-25 22:01:20 +08:00
gVisor bot
45c42597ee
chore: adjust config.yaml.
2023-02-25 17:26:13 +08:00
gVisor bot
57d37a8177
fix: add version of shadow-tls plugin in docs/config.yaml
2023-02-25 15:05:36 +08:00
gVisor bot
0d89b6e7ec
chore: update docs/config.yml
2023-02-07 13:19:19 +08:00
gVisor bot
5cab8afec7
feat: add global-client-fingerprint.
...
* Available: "chrome","firefox","safari","ios","random","none".
* global-client-fingerprint will NOT overwrite the proxy's client-fingerprint setting when "client-fingerprint: none".
2023-02-07 01:26:56 +08:00
gVisor bot
4d33fb9848
feat: Update utls support.
...
* client-fingerprint is used to apply Utls for modifying ClientHello, it accepts "chrome","firefox","safari","ios","random" options.
* Utls is currently support TLS transport in TCP/grpc/WS/HTTP for VLESS/Vmess and trojan.
2023-02-05 17:34:37 +08:00
gVisor bot
ebadcef8a5
chore: add nameserver-policy demo
2023-02-03 21:41:26 +08:00
gVisor bot
5169fe33bf
feat: Add utls for modifying client's fingerprint.
...
Currently only support TLS transport in TCP/GRPC/WS/HTTP for VLESS/Vmess and trojan-grpc.
2023-02-01 22:36:05 +08:00
gVisor bot
36554d4749
Chore: Add images for wiki
2023-01-30 21:19:46 +08:00
gVisor bot
2e77a3beda
chore: update config.yaml
2023-01-28 00:32:17 +08:00
gVisor bot
dc0f68ffd4
Chore: Change default latency test url to HTTPS.
2023-01-27 13:41:23 +08:00
gVisor bot
c21dfb66cd
Chore: Add GEO data url configuration.
2023-01-27 13:27:39 +08:00
gVisor bot
f6965bbbc8
Update config.yaml
2023-01-26 23:19:33 +08:00
gVisor bot
95a89f9b05
Chore: Update config.yaml
2023-01-24 21:50:21 +08:00
gVisor bot
05201da5f7
chore: update config.yaml
2023-01-23 14:51:25 +08:00
gVisor bot
46255ce5b2
chore: update config.yaml
2023-01-23 14:19:13 +08:00
gVisor bot
22ac6ecd4c
chore: update config.yaml
2023-01-23 14:14:18 +08:00
gVisor bot
3bceed2482
chore: update config.yaml
2023-01-23 14:12:53 +08:00
gVisor bot
bc34532418
Fix: Remove EnableProcess from config.go and enable-process from config.yaml.
...
Fix: FindProcess is now enabled by default when the rule set contains process-name rules.
2023-01-20 16:29:08 +08:00