Ник | Пост | Дата |
---|---|---|
split | Hi, What is a recommended way of hosting or creating a mirror of a website that is blocked in a country. Any suggestions are greatly welcome. | 2022-06-14T13:46:29.167Z |
ValdikSS | Do you have any restrictions, special needs? The first and straightforward way is to set up a reverse proxy for the website, for example, with nginx. | 2022-06-14T14:13:07.142Z |
split | It is for a Joomla website. | 2022-06-14T15:11:18.710Z |
ValdikSS |
Something like this. | 2022-06-16T09:27:12.477Z |
tango | Not sure if it’s what you’re looking for, but there are some (paid) hosting services that are supposed to provide high availability (by deploying mirrors, proxies, etc.). I don’t have personal experience with how well they work. Depending on how much control you have over the server, and how targeted the blocking is, Geneva has a post/paper on server-side evasion. | 2022-06-16T15:46:18.644Z |
split | Thanks for all the suggestions. I am trying to find an “easy” way to set a mirror of a website. | 2022-06-16T16:16:43.142Z |
tango |
The reverse proxy has to be located outside the censor’s zone of control. That way there is an uncensored path between the reverse proxy and the original web site. There are some third-party proxies that can sometimes be used to get around simple blocks. (Won’t work with sites requiring login, etc.) For example,
| 2022-06-16T17:22:28.343Z |
gus(gus) | I was looking into the idea of web mirrors again when I found this topic. Example: https://community.openguides.workers.dev. worker.js example
| 2024-07-09T18:34:40.031Z |
0ka(0ka) | del refreshing the page gives different isp every time i remember that this method worked in turkmenistan some time ago, but now the ip address for translating websites is blocked | 2024-07-09T18:59:50.174Z |
ilyaigpetrov(ilyaigpetrov) | IPFS allows publishing static websites in a federated (different ipfs gateways are federations) or distributed way (local ipfs-node communicates with the rest of the ipfs network). The last time I looked at ipfs was long ago and unfortunately this approach was easy to be blocked. The steps:
See:
| 2024-07-10T08:39:09.986Z |
artenox | 2024-07-10T16:07:21.066Z |