Skip to content

Commit 8e7d844

Browse files
docs: readme updates
1 parent 04d0c18 commit 8e7d844

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,24 @@ flowchart LR
3939

4040
## Quick Start
4141

42-
### 1. Install the Webhook Provider on Firewalla
42+
Each steps needs to be ran on either your firewalla device or your Kubernetes cluster. The headers tell you where you should run it.
43+
44+
### 1. Install the Webhook Provider (Firewalla)
4345

4446
SSH into your Firewalla as the `pi` user and run:
4547

48+
#### Set your domain filter
4649
```bash
47-
# Set your domain filter
4850
echo "home.local,*.home.local" > /tmp/external-dns-domain-filter
49-
50-
# Install the provider
51+
````
52+
#### Install the provider
53+
```bash
5154
curl -fsSL https://raw.githubusercontent.com/TheOutdoorProgrammer/external-dns-firewalla-webhook/main/scripts/install.sh | bash
5255
```
5356

54-
### 2. Configure External-DNS
57+
### 2. Configure External-DNS (Kubernetes)
5558

56-
Use the Helm values from the working example in `../flux/clusters/home/external-dns/hr.yaml`:
59+
Use the example helm values:
5760

5861
```yaml
5962
# Use webhook provider
@@ -243,5 +246,4 @@ api.home.local
243246

244247
## License
245248

246-
MIT</content>
247-
<parameter name="filePath">README.md
249+
MIT

0 commit comments

Comments
 (0)