File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4446SSH into your Firewalla as the ` pi ` user and run:
4547
48+ #### Set your domain filter
4649``` bash
47- # Set your domain filter
4850echo " home.local,*.home.local" > /tmp/external-dns-domain-filter
49-
50- # Install the provider
51+ ````
52+ # ### Install the provider
53+ ` ` ` bash
5154curl -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
You can’t perform that action at this time.
0 commit comments