Bureaucrats, Check users, Interface administrators, Push subscription managers, Suppressors, Administrators
511
edits
No edit summary |
(apparently installing openresolv here breaks things) |
||
Now, we can set up basic routing. First, install some required packages
{{code|
sudo apt-get install -y nftables dnsmasq curl
}}
Next, install wireguard into your router:
{{code|
sudo apt-get install wireguard-tools openresolv
}}
|