252 Commits

Author SHA1 Message Date
yuhan6665
c8872464d7 Tweak xudp 3 2023-04-17 23:38:07 -04:00
yuhan6665
ab047ff01f Tweak xudp again 2023-04-17 23:20:35 -04:00
yuhan6665
07f1b25017 Amend based on review comments 2023-04-17 21:54:19 -04:00
tdjnodj
cc3733af71 fix:fix the link of socks 2023-04-17 21:25:53 -04:00
yuhan6665
f9c5ce9d40 Add XUDP new documents 2023-04-17 21:23:30 -04:00
yuhan6665
eb7b342dab Attempt to fix mermaid v10 2023-04-09 11:53:11 -04:00
tdjnodj
a931e83a8c format reality
https://github.com/XTLS/Xray-docs-next/pull/349#issuecomment-1482915274
2023-04-04 23:34:38 -04:00
yuhan6665
202a06247e Fix prettier again 2023-04-04 23:00:37 -04:00
yuhan6665
d1c3e2df0c Fix prettier and add some info
Source
https://holmeshe.me/network-essentials-setsockopt-SO_KEEPALIVE/
2023-04-04 22:59:44 -04:00
KoriIku
142d6339c1 Add TcpKeepAliveIdle Config 2023-04-04 22:53:19 -04:00
picklefan
0a80e89354
Englishize sidebar and navbar, fixe a typo, translate some docs (#357)
* translate transpots docs into english

* p1

* p1

* fix typo

* Englishize sidebar and navbar, fixe a typo, translate some docs

* prettiered
2023-04-01 11:20:39 -04:00
picklefan
381030ac6e
translate docs under transport into english (#356)
* translate transpots docs into english

* p1
2023-03-27 22:43:59 -04:00
tdjnodj
e1276fdc29 Add user_agent setting for gRPC
https://github.com/XTLS/Xray-core/pull/1790
2023-03-26 12:29:42 -04:00
SQLimit
e4be377469 Update h2.md
调整语序
2023-03-22 18:43:17 -07:00
SQLimit
77324ec597
update nginx_tls_tunnel.md (#353)
* Update sidebar.ts

* Update nginx_tls_tunnel.md

* Update README.md
2023-03-22 21:42:47 -04:00
tdjnodj
07978dcb32
Reality (#349)
* REALITY

* add "[]"

* format
2023-03-22 21:39:55 -04:00
Winston2084
7977f55552 Update api.md 2023-03-22 18:22:52 -07:00
Binbin Qian
70c09029cf Update tproxy_ipv4_and_ipv6.md 2023-03-22 18:21:35 -07:00
Binbin Qian
082da458fe Remove unnecessary option 2023-03-22 18:21:35 -07:00
Binbin Qian
7c5cad3e3d Fix typo 2023-03-11 20:56:52 -05:00
SQLimit
ce15a0980a
Update grpc.md (#339)
* Update grpc.md

35536 ---> 65536

* Update grpc.md

* Update grpc.md
2023-03-11 20:47:22 -05:00
Winston2084
d298e6a3a5
Translate to English #2 (#340)
* Translate to English #2

* Format
2023-03-11 20:44:54 -05:00
xqzr
31bbf6fb07
Update uTLS list 🔗 2023-03-11 03:26:35 +08:00
yuhan6665
0912d0b56c Minor updates 2023-03-08 01:03:19 -05:00
pvqogw
a5ad894875 Someone seems to have missed something 2023-03-09 23:46:00 -05:00
chika0801
13f9b988db Update transport.md 2023-03-09 23:45:20 -05:00
Binbin Qian
75597c63ef Fix broken link 2023-03-09 23:44:39 -05:00
Zimo Li
70829f2388 Add documentation for the ReflectionService API 2023-03-09 23:41:31 -05:00
yuhan6665
996d687d58 Add Reality and remove deprecated flows 2023-03-06 23:16:09 -05:00
yuhan6665
8f28caf961 Update latest content from Chinese to English 2023-03-04 11:39:44 -05:00
Winston2084
4e6196c70a
Translate to English #1 (#331)
* Translate to English

* Format
2023-03-04 10:33:55 -05:00
yuhan6665
eeb58c0056 Fix prettier 2023-02-19 01:09:07 -05:00
xqzr
5420fa8fe9
tcpcongestion 2023-02-20 02:07:11 +08:00
风扇滑翔翼
6a48c12935 面对有两个Safari选项的xray文档,R主席提出的惩罚是 2023-02-16 11:34:35 -05:00
yuhan6665
701659467b Update fingerprint and sockopt 2023-02-08 23:41:13 -05:00
SQLimit
385cd7c63e
Update tproxy_ipv4_and_ipv6.md (#324)
* Update tproxy_ipv4_and_ipv6.md

* Update tproxy_ipv4_and_ipv6.md

* Update tproxy_ipv4_and_ipv6.md
2023-02-04 12:06:28 -05:00
yuhan6665
4c46b5774a Fix prettier 2023-01-27 23:01:46 -05:00
KoriIku
2df380ded6 Add the address field for warp.
#1385
In some cases, the outbound configuration for wireguard requires the addition of the 'address' field in order to establish a proper connection. 
It should be noted that the absence of the 'address' field configuration results in the inability to establish connections via domain names, only IP addresses can be used for connections.
2023-01-27 23:00:20 -05:00
cutesnake
30e67e8c42
Update routing.md (#321) 2023-01-27 22:57:33 -05:00
yuhan6665
b9a1461700
Update muxcool.md 2023-01-26 09:59:13 -05:00
Expyh
ac82cef655 Update ch07-xray-server.md
xray配置中的tlsSettings应该加上"alpn": "http/1.1",否则按照教程【服务器优化之二:开启 HTTP 自动跳转 HTTPS】操作之后,网站无法正常访问,访问网站的时候会出现ERR_HTTP2_PROTOCOL_ERROR,但xray还是可以正常工作的。
2023-01-14 09:52:23 -05:00
SQLimit
8dd7f3a79c Update README.md 2023-01-12 00:34:25 -05:00
SQLimit
cd6304344e Update sidebar.ts 2023-01-12 00:30:20 -05:00
SQLimit
483372d84f
Create Nginx_TLS隧道隐藏指纹 (#314)
* Create Nginx_TLS隧道隐藏指纹

* Rename Nginx_TLS隧道隐藏指纹 to Nginx_TLS_tunnel.md

* Update Nginx_TLS_tunnel.md

* Rename Nginx_TLS_tunnel.md to nginx_tls_tunnel.md
2023-01-12 00:23:15 -05:00
SQLimit
f04b82baf6 Update tproxy_ipv4_and_ipv6.md 2023-01-11 00:03:16 -05:00
yuhan6665
7d1d5056f9 Add Wireguard outbound 2023-01-02 10:59:07 -05:00
yuhan6665
266da61f46 Add Vision flow 2023-01-02 10:12:36 -05:00
SQLimit
1a0dcd5e80
Update tproxy_ipv4_and_ipv6.md (#313)
* Update tproxy_ipv4_and_ipv6.md

添加开机自动运行 Netfilter 配置
搞了一下发现还是有挺多坑的,所以更新一下。
麻烦大佬了。

* Update tproxy_ipv4_and_ipv6.md

* Update tproxy_ipv4_and_ipv6.md

* Update tproxy_ipv4_and_ipv6.md
2023-01-02 09:30:12 -05:00
yuhan6665
5933264bc9 Fixes 2022-12-26 12:46:52 -05:00
yuhan6665
ce14d79070 Apply prettier 2022-12-26 12:15:46 -05:00