You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
23
23
- 🆕 New hostname input format: `subdomain1.mydomain.com|subdomain2.mydomain.com` (each domain is separated: `|`) used to be with `---` separator
24
24
- 🆕 Hostname input uses a new source of data (account) and support 256 symbols limit (DSM UI limit)
25
-
- 🆕 Autodetect IPv4 and IPv6 addresses
25
+
- 🆕 Autodetect IPv6 addresses via [ipify.org](https://www.ipify.org)
26
26
- 🆕 Optimised request to Cloudflare API
27
27
- 🆕 Installer script
28
28
@@ -61,6 +61,8 @@ Before starting the installation process, make sure you have (and know) the foll
61
61
62
62
Ensure the DNS A record(s) for the domain/zone(s) you wish to update with this script have been created (More information: [Managing DNS records](https://support.cloudflare.com/hc/en-us/articles/360019093151-Managing-DNS-records-in-Cloudflare)).
63
63
64
+
Case for if IpV6 is available (check via https://api6.ipify.org), you can create an AAAA record for the domain/zone(s) you wish to update with this script.
65
+
64
66
Your DNS records should appear (or already be setup as follows) in Cloudflare:
65
67
66
68
(Note: Having Proxied turned on for your A records isn't necessary, but it will prevent those snooping around from easily finding out your current IP address)
@@ -82,7 +84,7 @@ For assistance with vi commands, see:
82
84
83
85
## How to install
84
86
85
-
1.**SSH with root privledges on your supported device:**
87
+
1.**SSH with root privileges on your supported device:**
86
88
87
89
a. For DSM Users:
88
90
@@ -131,7 +133,8 @@ For multiple domains: __subdomain.mydomain.com|vpn.mydomain.com__
131
133
132
134
Finally, press the test connection button to confirm all information is correctly entered, before pressing Ok to save and confirm your details.
133
135
134
-
4. Enjoy 🍺 and __don't forget to deactivate SSH (step 1) if you don't need it__. OR [](https://github.com/sponsors/mrikirill)
136
+
4. Don't forget to deactivate SSH (step 1) if you don't need it. Leaving it active can be a security risk.
137
+
5. You're done! Optional, if you're happy with this script you could buy me ☕ or 🍺 here -> [](https://github.com/sponsors/mrikirill)
135
138
136
139
## Troubleshooting and known issues
137
140
@@ -198,7 +201,7 @@ You can run this script directly to see output logs
0 commit comments