* Update tproxy.md
Sometimes nft service fails to start due to "RTNETLINK answers: File exists" error.
This commit flushes route table after service stops.
* Update tproxy.md
* Update missing DNS schemes
Add DNS over TCP
Add DNS over TCP local
Add DNS over QUIC local
* Tweaking details
* Refine DNS doc
* Add `tcpKeepAliveInterval` to SockOpt
According to [XTLS/Xray-core/pull/754]
* Add header and method to HTTP/2 transport
According to XTLS/Xray-core/#755
* Make it prettier
* Fix punctuations
* Add `pinnedPeerCertificateChainSha256` option
Added in 1.5.1 and now batch adding it into docs.
* Add `X-Real-IP` header note
Introduced in XTLS/Xray-core#769
* Add `certChainHash` note
* Update commands
Add `certChainHash`
Provide more details
* Add inbound missing contents
- Comma separated listening port segments
- New sniffers `fakedns+others` and `quic`
- New sniffing option `routeOnly`
- Some refinements
* Add domain socket access indicator
* Fix typo
* Update descriptions for FakeDNS
* Refine DNS over TCP
* Make it preetier in DNS doc
* Make the statement clear
* Attemp to make it prettier in inbound docs
* Update fakedns.md
* Update inbound.md
* Update fakedns.md
* Update grpc.md
* Update fakedns.md
* Update command.md
* Detailed description for `metadataOnly`
* `pinnedPeerCertificateChainSha256` should be a list
* Update links (sync with README)
* Update links
* Update Windows platform
Now having ARM64 release
* Try to make prettier happy
* Try to make prettier happier
* Update links.md
* Update links.md
from man pidof:
pidof -- find the process ID of a running program
also, you can use :
cat /proc/`pidof xray`/limits
in line 163, to find the limits of xray, without the hassle of figuring out the pid yourself.