Skip to content

Commit

Permalink
feat: enable systemd-resolved (#9)
Browse files Browse the repository at this point in the history
This PR enables systemd-resolved to fix name resolution under tailscale and to parity coreOS
  • Loading branch information
gerblesh authored Jan 8, 2025
1 parent 47d75d4 commit a34decc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ for od in $(find * -maxdepth 0 -type d); do
fi
popd
done

# enable systemd-resolved for proper name resolution
systemctl enable systemd-resolved.service

0 comments on commit a34decc

Please sign in to comment.