Onion Cloner Fix

server {
        listen 192.168.0.1:80;
        server_name clonedsiteaddress1.onion clonedsiteaddress2.onion;
        rewrite ^ http://realsiteaddress.onion$request_uri? permanent;
}

This should fix anyone who has been having issues with their site being cloned by the onion cloner.
You do have to know the cloners alternate URL, but just look at your referring URL's and you'll find it.


Comments


[1 Points] darknetsolutions:

If anyone needs help implementing this or any questions just let me know. You can find my contact links on the sidebar of /r/darknetsolutions