Skip to content

Instantly share code, notes, and snippets.

View wrecker's full-sized avatar

Raju Subramanian wrecker

  • San Francisco Bay Area
View GitHub Profile
@wrecker
wrecker / cloudflare-ddns.service
Last active April 8, 2024 18:54
Cloudflare Dynamic DNS Script in Bash
[Unit]
Description=Cloudflare DDNS Service
[Service]
Type=simple
ExecStart=/full/path/to/cloudflare-ddns.sh
TimeoutStopSec=20

Keybase proof

I hereby claim:

  • I am wrecker on github.
  • I am mahesh (https://keybase.io/mahesh) on keybase.
  • I have a public key ASA_tiWkE4e0UVLWG_XCK10fhCSjR9i9BVerL_JREsZAkgo

To claim this, I am signing this object:

@wrecker
wrecker / dabblet.css
Last active August 29, 2015 14:18 — forked from anonymous/dabblet.css
iOS 6 style switch checkboxes
/**
* iOS 6 style switch checkboxes
* by Lea Verou http://lea.verou.me
*/
:root input[type="checkbox"] { /* :root here acting as a filter for older browsers */
position: absolute;
opacity: 0;
}