-
Notifications
You must be signed in to change notification settings - Fork 0
How to test the access from Iran to your VPN server
Ehsan Mohandesi edited this page Mar 10, 2024
·
4 revisions
- Create a simple index.htm file on your VPN server. The following is a sample content for it.
<html>
<head>
<title>Test Page</title>
</head>
<body>
You viewed the page.
</body>
</html>
- Run an HTTP server on your server.
python3 -m http.server 80
- Go to https://check-host.net/, enter your server's IP address in the search box, and click the
HTTP
button. If the results show OK for the Iranian cities, it means your server is accessible in Iran. If the results show OK for cities in other countries, but not OK for all or some cities in Iran, then you need to use another IP for your server.