Skip to content

Instantly share code, notes, and snippets.

View Mercurial's full-sized avatar
🚀
Let's gooooooo!

Clark Alesna Mercurial

🚀
Let's gooooooo!
View GitHub Profile
@Mercurial
Mercurial / zerotier-ubuntu-gateway.md
Created December 7, 2019 17:25 — forked from tjelen/zerotier-ubuntu-gateway.md
Zerotier: Setting up the default gateway in Ubuntu Linux

Zerotier Ubuntu config notes

Setting up the default gateway (for VPN tunelling)

Ubuntu 16.04 UFW settings (vultr.com), see [2]

  • ens3 .. primary physical ETH interface
  • 10.243.0.0/16 .. ZT network
@Mercurial
Mercurial / index.html
Created February 20, 2020 17:14
Sample HTML / CSS
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
background-color: rgb(43, 39, 39);
color: white;
}