diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-09 21:29:41 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-09 21:29:41 -0500 |
| commit | db29606164ed14d76dd05222965c9cc08ddd0aa0 (patch) | |
| tree | 524b2b7d2794371e62e23fbe2d484c8752199b06 /archsetup | |
| parent | ac9277952bc8e949d3b92de05063d2ff3db9fde1 (diff) | |
feat: add bind package for DNS utilities, update dotfile state
Add bind (dig, host, nslookup) to supplemental packages and
systemd-resolvconf for wireguard DNS integration. Update calibre,
hyprland, hyprlock, qalculate, mimeapps, and waypaper state.
Diffstat (limited to 'archsetup')
| -rwxr-xr-x | archsetup | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1852,6 +1852,7 @@ developer_workstation() { action="VPN Tools" && display "subtitle" "$action" pacman_install wireguard-tools # VPN - add configs to /etc/wireguard/ + pacman_install systemd-resolvconf # resolvconf for wg-quick DNS integration pacman_install tailscale # mesh VPN - run 'tailscale up' to authenticate action="enabling tailscale service" && display "task" "$action" @@ -1950,6 +1951,7 @@ supplemental_software() { fi aur_install zoom # video conferencing pacman_install iperf3 # network bandwidth testing + pacman_install bind # DNS utilities (dig, host, nslookup) pacman_install net-tools # network tools (netstat for security auditing) pacman_install smartmontools # monitors hard drives pacman_install lynis # security auditing tool |
