Skip to content

Instantly share code, notes, and snippets.

@TOLoneWolf
TOLoneWolf / WireGuard Client is now Server
Last active August 5, 2023 06:05
WireGuard Client is now Server
#!/bin/bash
# WireGuard - Use WireGuard to turn a client into a server accessible from behind the client's NAT address using a WireGuard server forwarding all traffic to the client.
# Here is a WireGuard install script to set up the WireGuard server and client.
# https://github.com/angristan/wireguard-install
# https://www.vultr.com/pricing/#cloud-compute/
# Get the external network interface dynamically
if command -v ip &> /dev/null; then
ext_interface=$(ip -o -4 route show to default | awk '{print $5}')
@TOLoneWolf
TOLoneWolf / ChangeTwitchInstanceLocation.md
Last active April 15, 2020 21:19
Change Twitch Instance Location

Change Twitch Instance Location

on your computer make a new folder to use for storing the Twitchapp Minecraft instances.
Make sure it is a place that contains no spaces in the name. The spaces in peoples user names is what is breaking twitch installing modpacks for Minecraft versions starting with 1.13.2 and above.
Example Path to use: C:\TwitchInstances


Go to your twitch settings. Twitch Menu > File > Settings (ctrl + comma <--shortcut key combo):
7nXlipN