Install WireGuard via whatever package manager you use. For me, I use apt.
$ sudo add-apt-repository ppa:wireguard/wireguard
$ sudo apt-get update
$ sudo apt-get install wireguard
MacOS
app.libs << '/usr/lib/libz.1.1.3.dylib' | |
app.libs << '/usr/lib/libsqlite3.dylib' | |
app.frameworks += [ | |
'AudioToolbox', | |
'Accounts', | |
'AdSupport', | |
'CFNetwork', | |
'CoreGraphics', | |
'CoreLocation', | |
'MobileCoreServices', |
<!DOCTYPE html> | |
<html lang="en" manifest="/manifest.appcache"> | |
<head> | |
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--> | |
<meta charset="UTF-8"> | |
<!-- Meta SEO --> | |
<title>Web App</title> | |
<meta name="author" content="author"> | |
<meta name="description" content="Description"> | |
<!-- RWD --> |
Install WireGuard via whatever package manager you use. For me, I use apt.
$ sudo add-apt-repository ppa:wireguard/wireguard
$ sudo apt-get update
$ sudo apt-get install wireguard
MacOS