- Install Docker Desktop
- Change the
REDIRECT_IPV4
address to your computer's IP - Change the
ROOT_DOMAIN
andROOT_DOMAIN_PATH
to where you want to redirect to (Change redirect type if necessary) - With Docker running run
docker compose up -d
fromcmd
in the directory with this file
- This will install and start the Docker images
- On your PS4/PS5 use your computer's IP for the primary DNS server. You can skip secondary or use the same IP again if you wish.
- Profit
Your Docker images will automatically be updated to match what is published to Docker Hub every 30 seconds thanks to Watchtower.
These will download automatically with the above composer file, but here are the links are here for reference:
DNS: GitHub Repo - Docker Hub
HTTP: GitHub Repo - Docker Hub
I'm using this compose with macvlan network instead bridge because there are already running other containers on ports 53, 80 and 443. It works very well but when I open User's manual (PS4 and PS5) i've got this no connection error and it's unable to redirect to cthugha.exploit.menu/ or hijack_url, browser is working fine too. Am I doing something wrong? Thanks for both containers and all your work.