Skip to content

Commit 7c10c37

Browse files
committed
doc: update readme
1 parent 76ad359 commit 7c10c37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Web service to allow FritzBox routers to update Gandi, Cloudflare and Porkbun DN
4141
- Log into your FritzBox
4242
- Navigate to `Internet` -> `Permit Access` -> `DynDNS`
4343
- Enable DynDNS and use `User-defined` as Provider
44-
- Enter the following URL: `http://{HOST}:{PORT}/api/update?domain={DOMAIN}&subdomain={SUBDOMAIN}&ip=<ipaddr>&registrar=gandi`
44+
- Enter the following URL: `http://{HOST}:{PORT}/api/update?domain={DOMAIN}&subdomain={SUBDOMAIN}&ip=<ipaddr>&registrar=<username>`
4545
- Replace the `{HOST}` and `{PORT}` with your deployment of the application
4646
- By default, the application uses port `9595`
4747
- Replace `{DOMAIN}` with your base domain
@@ -50,7 +50,8 @@ Web service to allow FritzBox routers to update Gandi, Cloudflare and Porkbun DN
5050
- e.g. `subdomain` or `sudomain1,subdomain2`
5151
- Enter the full domain in the `Domain Name` field
5252
- 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
5455
- Unused, but required by the FritzBox interface
5556

5657
Your settings should look something like this:

0 commit comments

Comments
 (0)