mirror of
https://github.com/bolucat/Archive.git
synced 2025-10-17 05:31:27 +08:00
647 B
647 B
Ubuntu Install
Tested on a clean install of
Ubuntu 16.04 LTS
Intalling go
Install Go >= 1.9
sudo apt update
sudo apt install golang-1.10 -y
Add the newly install go
to the path
export PATH=$PATH:/usr/lib/go-1.10/bin
Test to make sure that you can execute go
go version
which should output something like
go version go1.10.1 linux/amd64
Installing dns-over-https
Clone this repo
git clone https://github.com/m13253/dns-over-https.git
Change directory to the cloned repo
cd dns-over-https
make and install
make
sudo make install