diff --git a/README.md b/README.md index 7620d53..82b0745 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,20 @@ It is basically taking the Tailscale IP addresses and put them under a subdomain ## Usage +### Get API keys + +- Cloudflare API key: https://developers.cloudflare.com/fundamentals/api/get-started/create-token/ + - Create with permission to modify zones +- Tailscale API key: https://login.tailscale.com/login?next_url=%2Fadmin%%2Fsettings%2Fkeys + +### Get Cloudflare zone ID + +https://developers.cloudflare.com/fundamentals/setup/find-account-and-zone-ids/ + +### Get Tailnet organization + +![alt text](docs/tailnet-org-name.png) + ### Run directly from source 1. Prerequisites: diff --git a/docs/tailnet-org-name.png b/docs/tailnet-org-name.png new file mode 100644 index 0000000..dedd5d4 Binary files /dev/null and b/docs/tailnet-org-name.png differ