Replies: 3 comments 6 replies
-
The correct test method is: you modify the hosts file of the system, the content is the IP of the VPS The URL you fill in the DEST parameter (such as WEBSITE.COM) Restart your browser and visit WEBSITE.COM (the domain name is resolved to the IP of your VPS because of the modification of the hosts file). At this time the browser shows the content of WEBSITE.COM website. According to some REALITY principle replies, this request REALITY external performance is forwarded to the real WEBSITE.COM website. Xray's log I was under the impression does not record this request (the IP of the source) from the visitor. |
Beta Was this translation helpful? Give feedback.
-
Reality server and Xray's log do not inherently record the IP of the visitor in this specific scenario. This is likely because the request is being forwarded and may not be seen as originating from the visitor's IP address. |
Beta Was this translation helpful? Give feedback.
-
it appears that the Nginx server is already set up to record logs for your domain, including the IP address of the visitor.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I have Reality setup on my server:
And it's working fine.
As far as I know, the
dest
is a forwarder to the domain address. when I enter my VPS IP address with port 8080 manually in the browser, if shows theWEBSITE.COM:8080
.My question is : Is there a way to log this access? because I tested with:
But nothing is logged with this kind of access. this is helpful especially to find out if the server is actively probed or not.
Beta Was this translation helpful? Give feedback.
All reactions