TommyTran732 / Arch-Setup-Script

Setting up Arch Linux with BTRFS, snapshots and full disk encryption including /boot (UEFI only)
Apache License 2.0
45 stars 38 forks source link

Unbound Configuration 404? #40

Closed funk-on-code closed 2 months ago

funk-on-code commented 2 months ago

Stock server install pulls a /etc/unbound/unbound.conf that contains:

404: Not Found

I think, line 499:

https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/unbound/unbound.conf

should actually be:

https://raw.githubusercontent.com/TommyTran732/Arch-Setup-Script/main/etc/unbound/unbound.conf

which provides the file as intended.

TommyTran732 commented 2 months ago

Fixed in https://github.com/TommyTran732/Arch-Setup-Script/commit/a68405a23a7c9db3203407ec983e2667a0541a1b, thank you for the report.