Can I know the IP or domain that is trying to access my server now?

Asked 1 years ago, Updated 1 years ago, 127 views

Like you said, you can use Windows CMD or other tools Can I check the IP information that I am trying to access with my server IP?

Or curl [My address] Is there a command for me to know where the signal is coming from when I send a signal to my address?

linux cmd ip dns

2022-09-20 20:08

1 Answers

https://www.journaldev.com/26756/nginx-access-logs-error-logs

If you are using a server such as Nginx or Apache, you may have left an Access Log file in the Directives.

Or if you're running the server yourself, you can write a logic that leaves a log of the request.


2022-09-20 20:08

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.