These are are some notes I put together on butchering the rectangular dishy cable.
FOLLOW THESE GUIDELINES AT YOUR OWN RISK. I TAKE NO RESPONSIBILITY FOR ANY DAMAGE OR INJURY YOU SUSTAIN FROM FOLLOWING OR NOT FOLLOWING THESE GUIDELINES.
Download the latest ugw3
package from https://github.com/Lochnair/vyatta-wireguard/releases and install it on your USG using dpkg -i wireguard-ugw3-<version>.deb
.
cd /config/auth
umask 077
mkdir wireguard
cd wireguard
wg genkey > wg_private.key
wg pubkey < wg_private.key > wg_public.key
From 117b56d5315287bb15948f448229431101d48380 Mon Sep 17 00:00:00 2001 | |
From: Yawning Angel <[email protected]> | |
Date: Mon, 19 Nov 2018 22:52:41 +0000 | |
Subject: [PATCH] BSD: OSX portability fixes | |
* RFC 3542 constants require `__APPLE_USE_RFC_3542` to be defined. | |
* TCP MD5 signatures are not supported by the kernel at all. | |
--- | |
sysdep/bsd/sysio.h | 15 +++++++++++++++ | |
1 file changed, 15 insertions(+) |
#requires -Version 3.0 | |
<# | |
.SYNOPSIS | |
My Veeam Report is a flexible reporting script for Veeam Backup and | |
Replication. | |
.DESCRIPTION | |
My Veeam Report is a flexible reporting script for Veeam Backup and | |
Replication. This report can be customized to report on Backup, Replication, |