DNS/実装/grimd/installについて、ここに記述してください。
Installing grimd
Installing grimd is the easiest when you simply download a release from the releases page. Go ahead and copy the link for grimd_linux_x64 and run the following in your terminal.
mkdir ~/grim cd ~/grim wget <grimd release>
This will download the binary to ~/grim which will be grimd's working directory. First, lets setup file permissions for grimd, by running the following.
chmod a+x ./grimd_linux_x64
Setup is pretty much complete, the only thing left to do is run grimd and let it generate the default configuration and download the blocklists, but lets set it up as a systemd service so it automatically restarts and updates when starting.