feat: Added cloudflare cli to add / remove dns entries from cli

This commit is contained in:
2026-02-12 19:04:13 +05:30
parent aa7c26516c
commit 2babff5576
4 changed files with 41 additions and 2 deletions

View File

@@ -162,6 +162,11 @@ sessionVariables.BROWSER = if device.isDarwin then "open" else "xdg-open";
just add program myprogram # Creates home/programs/myprogram.nix and adds import
```
### Adding a new dns entry
```bash
cfcli add --type A foobar.bazbar.biz 192.168.0.1
```
### Creating a Module
1. Determine location: `modules/nixos/`, `modules/darwin/`, or `modules/home/`