Skip to content

Instantly share code, notes, and snippets.

View idawnlight's full-sized avatar
🤔
Somehow it works.

Light idawnlight

🤔
Somehow it works.
View GitHub Profile
@idawnlight
idawnlight / cloudflare-update-record.sh
Last active April 3, 2020 15:05 — forked from benkulbertis/cloudflare-update-record.sh
Cloudflare API v4 Dynamic DNS Update in Bash (edited)
#!/bin/bash
# CHANGE THESE
auth_email="user@example.com"
auth_key="c2547eb745079dac9320b638f5e225cf483cc5cfdda41" # found in cloudflare account settings
zone_name="example.com"
record_name="www.example.com"
# MAYBE CHANGE THESE
ip=$(curl -s --ipv4 ip.sb)
@idawnlight
idawnlight / cloudSettings
Created March 24, 2019 15:43 — forked from xtlsoft/cloudSettings
Visual Studio Code Public Settings
{"lastUpload":"2018-10-05T09:07:31.862Z","extensionVersion":"v3.1.2"}