Skip to content

Instantly share code, notes, and snippets.

View ramiil's full-sized avatar

Nikita Lindmann ramiil

View GitHub Profile
@sokratisg
sokratisg / pdns-pipebackend.py
Created April 7, 2014 22:38
PowerDNS PipeBackend python example
#!/usr/bin/python -u
import sys, os, time
import random
class DNSLookup(object):
"""Handle PowerDNS pipe-backend domain name lookups."""
ttl = 30
@severak
severak / onyx.lua
Created October 21, 2012 00:36
ONYX shell - unix-like shell simulator
----
-- ONYX shell
----
-- needs TableFS (https://gist.github.com/3925335)
----
-- unix-like shell simulator
-- by Severak 2012
-- license WTFPL
----
require "tfs"