Skip to content

Instantly share code, notes, and snippets.

View kaypeter87's full-sized avatar
🐶
Barking code

Peter Kay kaypeter87

🐶
Barking code
View GitHub Profile
service {
dhcp-server {
disabled false
dynamic-dns-update {
enable true
}
global-parameters "key rndc-key { algorithm HMAC-MD5; secret paste_your_ddns_secret_here; };"
global-parameters "zone home.local. { primary 10.1.2.2; key rndc-key; }"
global-parameters "ddns-domainname "home.local.";"
global-parameters "ddns-rev-domainname "in-addr.arpa.";"

Keybase proof

I hereby claim:

  • I am kaypeter87 on github.
  • I am duescode87 (https://keybase.io/duescode87) on keybase.
  • I have a public key ASCJxj-a2wllEvWszHFWyTbqrTSerMm8cmdMXtOB5hXbLAo

To claim this, I am signing this object:

@kaypeter87
kaypeter87 / SSTP-Setup-on-Linux.md
Created May 10, 2019 13:52
SSTP Setup on Linux using Network Manager

SSTP Setup on Linux using Network Manager

These are valid for Arch Linux distribution but may work with any other distribution:

Pre-requisite:

  1. networkmanager-sstp - NetworkManager VPN plugin for SSTP
  2. sstp-client - SSTP VPN implementation that allows remote access to Microsoft Windows 2008 Server

Optional:

  • network-manager-applet - Applet frontend for managing network connections
@kaypeter87
kaypeter87 / limb.go
Created May 7, 2019 13:46 — forked from kylebrandt/limb.go
drum limb combinations
package main
import (
"fmt"
"math/bits"
"sort"
)
type Limb byte