Skip to content

Commit

Permalink
Parenthesis galore
Browse files Browse the repository at this point in the history
  • Loading branch information
bendem committed Apr 13, 2020
1 parent 2891c49 commit a7ff2e0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ You need wrangler to set this up.

You'll also need to create a few secrets (`wrangler secret put [-e prod] <NAME>`):

* `CF_TOKEN` (a token with edit permission on the zone's DNS)
* `CF_ZONE` (CF zone id, as listed on the dashboard of the zone (scroll down, it's in the sidebar))
* `DOMAIN` (The record in the zone to set)
* `PASSWORD` (The key to use to make sure people don't just update your DNS...)
* `CF_TOKEN`: a token with edit permission on the zone's DNS (go to [your profile](https://dash.cloudflare.com/profile/api-tokens) and create a token with the `DNS:Edit` permission on your CF Zone)
* `CF_ZONE`: the CF zone id, as listed on the dashboard of the zone (scroll down, it's in the sidebar)
* `DOMAIN`: the record in the zone to set
* `PASSWORD`: the key to use to make sure people don't just update your DNS...

```bash
wrangler publish -e prod
```

Next up, you point your script to that URL using the following get parameters:

* `ipv4` (the new ipv4)
* `ipv6` (the new ipv6)
* `password` (the password you chose in the step above)
* `ipv4`: the new ipv4
* `ipv6`: the new ipv6
* `password`: the password you chose in the step above


## Notes
Expand Down

0 comments on commit a7ff2e0

Please sign in to comment.