From 3f747bc0dfd3b9d23bb4868e503fb5ab406b87a4 Mon Sep 17 00:00:00 2001 From: JurgenKuyper <45831568+JurgenKuyper@users.noreply.github.com> Date: Mon, 5 Dec 2022 16:11:38 +0100 Subject: [PATCH] added initial guide --- Forwarding-Dynmap-port-through-cloudflare.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Forwarding-Dynmap-port-through-cloudflare.md diff --git a/Forwarding-Dynmap-port-through-cloudflare.md b/Forwarding-Dynmap-port-through-cloudflare.md new file mode 100644 index 0000000..3473a78 --- /dev/null +++ b/Forwarding-Dynmap-port-through-cloudflare.md @@ -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! \ No newline at end of file