Skip to content

Instantly share code, notes, and snippets.

View Leapo's full-sized avatar

Allison Leapo

View GitHub Profile
@Leapo
Leapo / github-troll.md
Created October 28, 2020 06:13 — forked from lrvick/github-troll.md
Trolling Github's DMCA repo with their own security flaws.
@Leapo
Leapo / lancache-macvlan-synology-docker.txt
Last active August 25, 2023 09:10 — forked from xirixiz/pihole-macvlan-synology-docker.txt
Add a LANCache instance on a macvlan enabled Docker network (Synology bond0 example)
#!/bin/bash
# NAS IP: 192.168.1.12 in this example
# DHCP scope reservation for macvlan: 192.168.1.21/30 (Details below)
## Network: 192.168.1.21/30
## HostMin: 192.168.1.22
## HostMax: 192.168.1.26
## Hosts/Net: 4
# Create a macvlan Docker network using bond0
@Leapo
Leapo / README.md
Created September 9, 2018 08:17 — forked from dd-han/README.md
using Cloudflare as DDNS in ASUSWRT-Merlin firmware

ASUSWRT-MERLIN custom DDNS Script for Cloudflare

for Cloudflare as DDNS

using Cloudflare API v4

Using

put ddns-start at /jffs/scripts/, setting values and set DDNS type to Custom at web Admin panel.