Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegobernardes/dip
https://github.com/diegobernardes/dip
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/diegobernardes/dip
- Owner: diegobernardes
- Created: 2019-04-04T21:38:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T14:13:47.000Z (almost 6 years ago)
- Last Synced: 2024-11-17T02:34:54.701Z (2 months ago)
- Language: Go
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# DIP - Dynamic IP
## How to use it
Export these environment variables:
```shell
export CF_API_KEY=
export CF_API_EMAIL=
export CF_ZONE_ID=# this can be get at the domain page.
export CF_ZONE_TYPE=# the DNS record type.
export CF_ZONE_NAME=# the DNS record name.
```Run the application:
```shell
go run main.go
```Check the Cloudflare Admin page to see if the value has changed.