pombreda / gevent

Automatically exported from code.google.com/p/gevent
0 stars 0 forks source link

Add the ability to add/remove custom nameservers #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to have the ability to use custom nameservers on the fly with 
gevent.dns.

>>> nameserver_ip_add('10.1.1.1')
>>> resolve_ipv4('www.python.org')
(23622, ['R^\xa4\xa2'])
>>> clear_nameservers_and_suspend()

Original issue reported on code.google.com by jonsibo...@gmail.com on 9 Apr 2012 at 5:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/SiteSupport/gevent/issues/121

Original comment by Denis.Bi...@gmail.com on 14 Sep 2012 at 10:52