File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Web service to allow FritzBox routers to update Gandi, Cloudflare and Porkbun DN
41
41
- Log into your FritzBox
42
42
- Navigate to ` Internet ` -> ` Permit Access ` -> ` DynDNS `
43
43
- Enable DynDNS and use ` User-defined ` as Provider
44
- - Enter the following URL: ` http://{HOST}:{PORT}/api/update?domain={DOMAIN}&subdomain={SUBDOMAIN}&ip=<ipaddr>®istrar=gandi `
44
+ - Enter the following URL: ` http://{HOST}:{PORT}/api/update?domain={DOMAIN}&subdomain={SUBDOMAIN}&ip=<ipaddr>®istrar=<username> `
45
45
- Replace the ` {HOST} ` and ` {PORT} ` with your deployment of the application
46
46
- By default, the application uses port ` 9595 `
47
47
- Replace ` {DOMAIN} ` with your base domain
@@ -50,7 +50,8 @@ Web service to allow FritzBox routers to update Gandi, Cloudflare and Porkbun DN
50
50
- e.g. ` subdomain ` or ` sudomain1,subdomain2 `
51
51
- Enter the full domain in the ` Domain Name ` field
52
52
- e.g. ` subdomain.domain.com ` (if you use multiple subdomains, just choose any of those)
53
- - Enter any value in the ` Username ` and ` Password ` fields
53
+ - Enter the registrar name in the ` Username ` field, either ` gandi ` , ` cloudflare ` or ` porkbun `
54
+ - Enter any value in the ` Password ` field
54
55
- Unused, but required by the FritzBox interface
55
56
56
57
Your settings should look something like this:
You can’t perform that action at this time.
0 commit comments