diff --git a/blog/site-to-site-wireguard-part-2-2019-04-07.markdown b/blog/site-to-site-wireguard-part-2-2019-04-07.markdown index c4586b4..e6156b8 100644 --- a/blog/site-to-site-wireguard-part-2-2019-04-07.markdown +++ b/blog/site-to-site-wireguard-part-2-2019-04-07.markdown @@ -25,7 +25,7 @@ $ sudo apt install -y dnsutils A side note for [Alpine Linux](https://alpinelinux.org) users: for some reason the `dig` tool is not packaged in Alpine. Instead you will need to use the basically identical `drill` tool. You can install it like this: ```console -$ apk add drill +$ sudo apk add drill ``` As an example of it in action, let's look up `google.com` with the `dig` tool (edited for clarity):