I hereby claim:
- I am jakevis on github.
- I am jakevis (https://keybase.io/jakevis) on keybase.
- I have a public key ASCEWup8tTyzVlep61thWi_9JE-FGPKhBpJVh1Ha5cmBngo
To claim this, I am signing this object:
| #!/bin/sh | |
| # the full path of the file we create | |
| filename=addTorIPs.rsc | |
| rm $filename | |
| # remove the comment if you want to use the List of All Current Tor Server IP Addresses | |
| url=http://torstatus.blutmagie.de/ip_list_all.php/Tor_ip_list_ALL.csv | |
| # remove the comment if you want to use the List of All Current Tor Server Exit Node IP Addresses | |
| #url=http://torstatus.blutmagie.de/ip_list_exit.php/Tor_ip_list_EXIT.csv |
I hereby claim:
To claim this, I am signing this object:
| #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, |
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:6f80ce91fa743c5e6b61644125d13dc0567ff1e8] |
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| # Run the Tailscale Docker container on a Mikrotik router | |
| # Based on Mikrotik container documentation: | |
| # https://help.mikrotik.com/docs/display/ROS/Container | |
| # Tailscale container documentation: | |
| # https://hub.docker.com/r/tailscale/tailscale | |
| # Tested on an hAP AX^3 with RouterOS 7.7 |