0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-18 14:19:48 +03:00
Commit Graph

61 Commits

Author SHA1 Message Date
a3e63e6928 style: refine style 2021-05-01 10:44:29 +08:00
ee682b17d1 Merge branch 'dns' into dns-geo 2021-05-01 08:48:51 +08:00
2e56fe11e1 Merge branch 'main' into dns 2021-04-18 13:24:44 +08:00
7b7084f825 Refactor: A faster DomainMatcher implementation (#348)
Co-authored-by: DarthVader <61409963+darsvador@users.noreply.github.com>
2021-04-18 13:21:17 +08:00
f8b8e8a53a Merge branch 'dns' into dns-geo 2021-04-14 13:04:45 +08:00
7cf30d5101 Feat: DNS hosts support multiple addresses 2021-04-12 00:05:26 +08:00
708ce026ca Refine the test of dns conf 2021-04-10 17:22:44 +08:00
b0a66e650c Merge branch 'dns' into dns-geo 2021-04-10 13:02:48 +08:00
6e902b24ae Feat: add disableFallback & skipFallback option for DNS client (#489) 2021-04-10 00:07:08 +08:00
726a722019 Refine DNS strategies 2021-04-09 23:36:36 +08:00
095b17da62 Fix typo 2021-04-08 19:19:53 +08:00
44317bd657 Refine router config parse 2021-04-08 13:19:25 +08:00
8a7cd65fc2 Merge branch 'dns' into dns-geo 2021-04-07 23:17:59 +08:00
946a7a2647 Refine DomainStrategy config 2021-04-07 22:53:21 +08:00
90c81e8459 fix: fix clientIP config 2021-04-02 16:57:31 +08:00
d3533abe3c Merge branch 'main' into dns 2021-03-31 22:53:43 +08:00
b63049f404 Fix: TFO AsIs bug (#452) 2021-03-30 16:42:02 +00:00
b9c5de96e7 Fix: test 2021-03-29 18:57:09 +08:00
58bca70dfb Revert: move common.go to common 2021-03-29 18:57:03 +08:00
a9e11075d1 Add uTLS fingerprints support (#451) 2021-03-29 10:08:29 +00:00
4eb3acb4dd Fix: format 2021-03-26 17:30:24 +08:00
06fc82bad1 Feat: sniffer exclude domain & ip 2021-03-26 16:56:43 +08:00
14189eba07 Replace: domain conf loader 2021-03-26 15:28:27 +08:00
b11429eaee Refactor: GeoSite & GeoIP 2021-03-24 23:01:20 +08:00
8382b29922 feat: add queryStrategy option for DNS 2021-03-19 23:35:01 +08:00
8884e948fe refactor: new dns app 2021-03-18 23:28:01 +08:00
3fe85449a9 Use 198.18.0.0/16 as default Fake IP Pool (#377) 2021-03-14 15:58:27 +00:00
a0a32ee00d Add gRPC Transport support (#356)
Co-authored-by: JimhHan <50871214+JimhHan@users.noreply.github.com>
2021-03-14 15:02:07 +00:00
60b06877bf Add WebSocket 0-RTT support (#375) 2021-03-14 07:10:10 +00:00
fcc9d97074 Do not cause error when json:"fallback" is null (#361)
Co-authored-by: RPRX <63339210+rprx@users.noreply.github.com>
2021-03-10 16:17:27 +00:00
f50eff5ebb Add Fake DNS support (#309)
Co-authored-by: Xiaokang Wang <xiaokangwang@outlook.com>
Co-authored-by: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com>
Co-authored-by: kslr <kslrwang@gmail.com>
2021-03-07 04:39:50 +00:00
db32ce6fd9 Enhance DNS and Dialer (#341) 2021-03-06 16:29:17 +00:00
ad1807dd99 Enhance TCP Fast Open (#310) 2021-03-06 14:45:12 +00:00
1dae2c5636 feat: vmess zero encryption (#333) 2021-03-05 08:41:18 +00:00
8b9c0ae593 Enable (X)TLS hot reloading by default (#281)
Super BiuBiu
2021-02-20 02:15:57 +00:00
81d993158f Support hot reloading of certificate and key files (#225) 2021-02-12 15:33:19 +00:00
1b87264c53 Support loading config from different formats (#228) 2021-02-12 14:12:58 +00:00
4cd343f2d5 Fix tests (#201)
Co-authored-by: RPRX <63339210+rprx@users.noreply.github.com>
2021-01-30 13:01:20 +00:00
ba41513967 Changes from v2fly-core (#173) 2021-01-22 03:35:56 +00:00
0b4858d016 Feature: Exclude some domains in sniffing destOverride (#151)
Co-authored-by: RPRX <63339210+rprx@users.noreply.github.com>
2021-01-21 20:50:09 +00:00
33755d6e90 Refactor: Shadowsocks AEAD Single-port Multi-user (Needs Optimizations)
https://t.me/projectXray/170851
2021-01-18 22:52:35 +00:00
99863aa2ac Add SNI shunt support for Trojan fallbacks 2021-01-18 07:41:00 +00:00
d85162ea44 Add SNI shunt support for VLESS (#141) 2021-01-13 15:13:51 +00:00
157918859f Add pre-checking conversion for VLESS & VMess UUID
https://github.com/XTLS/Xray-core/issues/158
2021-01-12 11:31:02 +00:00
38ec9208d8 Change TOML package to github.com/pelletier/go-toml (#119) 2021-01-01 11:37:38 +00:00
7df135a5c4 Disable session resumption by default
https://github.com/v2fly/v2ray-core/issues/557#issuecomment-751962569
2021-01-01 11:33:09 +00:00
a78db47571 Adjust OCSP Stapling 2020-12-25 15:10:12 +00:00
ffd8fd1d8a Adjust JSON & TOML & YAML 2020-12-25 18:53:17 +08:00
3d7e86efba Add OCSP Stapling for TLS & XTLS (#92) 2020-12-25 08:01:20 +00:00
6f25191822 Changes from v2ray-core (#93) 2020-12-24 19:45:35 +00:00