added initial guide

JurgenKuyper 2022-12-05 16:11:38 +01:00
parent 7512476d1f
commit 3f747bc0df
1 changed files with 10 additions and 0 deletions

@ -0,0 +1,10 @@
This guide illustrates the steps on what to do to forward dynmap through the cloudflare proxy to hide the dynmapport and be able to use map.domain.com
This guide assumes you know how to add and edit subdomain records on cloudflare.
1. Create an A record to a dummy ip and enable proxy:
![image](https://user-images.githubusercontent.com/45831568/205671503-e1323d6d-42ca-4764-84b4-6692b7ccf12d.png)
2. Create a page rule with the A record, setting Forwarding URL to 301 - Permanent Redirect, and filling in the full ip:port to the dynmap server:
![image](https://user-images.githubusercontent.com/45831568/205671857-b30160db-0d20-4f42-9a68-509f790313cb.png)
3. click save, then, after a while, the proxy should be live and your page should be accessible using map.domain.com without the dynmapport!