Skip to content

Instantly share code, notes, and snippets.

View airgapper's full-sized avatar

Adam Lewis airgapper

  • Flagstaff, Arizona
View GitHub Profile
@airgapper
airgapper / Top_Public_Time_Servers.md
Created May 10, 2024 14:43 — forked from mutin-sa/Top_Public_Time_Servers.md
List of Top Public Time Servers

Google Public NTP [AS15169]:

time.google.com

time1.google.com

time2.google.com

time3.google.com

@airgapper
airgapper / README.md
Created October 6, 2021 04:43 — forked from pamolloy/README.md
Mesh network using VXLAN over Wireguard
@airgapper
airgapper / buttond.py
Created October 3, 2021 02:02 — forked from gholms/buttond.py
Unifi wireless voucher generator and requestor button
#!/usr/bin/python3
# Copyright 2017 William Klope
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 3 of the License or (at your
# option) any later version accepted by the Santa Barbara Hackerspace (or
# its successor approved by the Santa Barbara Hackerspace), which shall
# act as a proxy as defined in Section 14 of version 3 of the license.
@airgapper
airgapper / README.md
Created March 30, 2020 23:38 — forked from Techwolf12/README.md
Generating IPv6 PTR records from a Bind9 zonefile using Bash

Generating IPv6 PTR records from a Bind9 Zonefile using Bash.

The following script takes a Bind9 zonefile, gets all AAAA records from it and generated PTR records based on them.

What you need to do:

  1. Edit the Zone header in the script.
  2. Run the script with ./generate_v6_ptr.sh /path/to/zonefile.zone

This will output the zones on STDOUT. If you want to save this to a zonefile, you can use this example:

@airgapper
airgapper / ferengi-plan.txt
Last active December 19, 2019 22:42 — forked from kyledrake/ferengi-plan.txt
How to throttle the FCC to dial up modem speeds on your website using Nginx
# The blog post that started it all: https://neocities.org/blog/the-fcc-is-now-rate-limited
#
# Current known FCC address ranges:
# https://news.ycombinator.com/item?id=7716915
#
# Confirm/locate FCC IP ranges with this: http://whois.arin.net/rest/net/NET-165-135-0-0-1/pft
#
# In your nginx.conf:
location / {