10 lines
259 B
Markdown
10 lines
259 B
Markdown
---
|
|
title: Setup Notes
|
|
---
|
|
|
|
```sh
|
|
apt install neovim wireguard-tools bird2 net-tools openresolv
|
|
wget https://github.com/coredns/coredns/releases/download/v1.9.3/coredns_1.9.3_linux_amd64.tgz -O /tmp/coredns.tgz
|
|
tar -xzf /tmp/coredns.tgz -C /usr/local/bin
|
|
```
|