diff options
author | Himbeer <himbeer@disroot.org> | 2024-08-17 16:15:36 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2025-03-18 21:42:19 +0100 |
commit | 96af3352536a233ef89c5406fe9b3b828e0957c7 (patch) | |
tree | 168dfc42733604a435012285967718b21709c752 | |
parent | 2567498ff9646c4ad6a11d4f2e0380b100cb9f1f (diff) |
Add dnsd to update script
-rwxr-xr-x | update_netlinklib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_netlinklib.sh b/update_netlinklib.sh index 7e079c2..f25daa8 100755 --- a/update_netlinklib.sh +++ b/update_netlinklib.sh @@ -1,6 +1,6 @@ #! /bin/bash -TARGETS="radvd pppoe3 dslite netlinkd dhcp4d wgd" +TARGETS="radvd pppoe3 dslite netlinkd dhcp4d dnsd wgd" for T in ${TARGETS}; do cd ${T} |