Commit ace63dd
committed
fix(dns): move ECH block to unbound.conf.template; remove generated conf
The workflow uses envsubst on unbound.conf.template to produce unbound.conf.
Committing unbound.conf directly bypassed templating and broke the deploy.
- Add local-zone ECH blocking entries to unbound.conf.template (correct file)
- Remove unbound.conf from git tracking (generated artifact, workflow-owned)
- Add unbound/unbound.conf to .gitignore
- Substitute hardcoded IPs with ${IP_PIHOLE}/${IP_BLACKBOX} template vars1 parent 2a8e59e commit ace63dd
3 files changed
Lines changed: 12 additions & 88 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
0 commit comments