From 00df2d8f109ff9b6d91dcf11eb878d9c4913527b Mon Sep 17 00:00:00 2001 From: Evgeny Nerush Date: Sat, 16 Dec 2023 23:25:36 +0300 Subject: [PATCH] add remark about RealiTLScanner --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9949b30..70566c9 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,22 @@ copy symbols after `obfs4` and paste them to TorBrowser bridge settings. Bittorent protocol is blocked in the current configuration. Using bittorent on a VPS can lead to a ban from VPS provider. -### Futher reading +### What else + +#### Hints + +To choose a good `serverName` (your VPS will mimic this website), you can use [RealiTLScanner](https://github.com/XTLS/RealiTLScanner). This +tool scans ip addresses near your server (do it not from your VPS!) and show names found at port 443. With `nmap -T4 hostname` you can check +that only ports 80 and 443 are open on hosts of the found websites (as in the configurations of template configs). It is also good to move +ssh on your VPS to a port beyond 1024. It can be done in `/etc/ssh/sshd_config`. Check twice that VPS is available at your new port before +you comment Port 22! + +``` +#Port 22 +Port 43210 +``` + +#### Links Template configs contain comments and links and are a good start to find another interesting Xray configuration options.