Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

rtyler/greendns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Green DNS

Just a simple module built around dnspython that monkey-patches the standard library for "green" DNS support.

Best used with Eventlet

Suggested use (with Eventlet):

import eventlet
greendns = eventlet.import_patched('greendns')
greendns.monkeypatch(module=greendns)

About

Monkeypatching green DNS module for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages