文件名称:uwsgi-local-dns-resolver
文件大小:15KB
文件格式:ZIP
更新时间:2024-06-21 10:19:41
Python
uWSGI-local-DNS-resolver uWSGI-local-DNS-resolver(从现在开始uWSGI-DNS )是一个 DNS 服务器,它解析每个指向 uWSGI 订阅域的请求到localhost 。 为什么? 我们的主要目的是让用户透明地连接到通过 uWSGI HTTP 订阅服务器处理的本地开发实例。 项目状态 uWSGI-DNS 仍在进行中。 因此,其 API 可能会发生变化。 特征 Python 2 和 Python 3 兼容性。 UNIX/Linux 系统兼容性。 新 uWSGI 订阅的自动域刷新。 失败的节点检测和处理。 安装 您可以通过 PIP 安装 uwsgi-dns: $ pip install uwsgidns # you could need to use sudo here, or -U 或者,您可以手动克隆存储库: $ git
【文件预览】:
uwsgi-local-dns-resolver-master
----MANIFEST.in(95B)
----it.unbit.uwsgi.emperor.plist(2KB)
----requirements.txt(14B)
----LICENSE(1KB)
----setup.py(1KB)
----README.md(6KB)
----uwsgidns()
--------logging.py(565B)
--------utils.py(525B)
--------main.py(4KB)
--------__init__.py(0B)
--------server.py(7KB)
--------listener.py(671B)
--------checker.py(2KB)
--------constants.py(277B)
----example_vassals()
--------what_are_you_looking_at.ini(240B)
--------hello_world.ini(168B)
--------hello_world.py(170B)
--------fastrouter.ini(310B)
--------what_are_you_looking_at.py(184B)
----.gitignore(86B)
----bin()
--------uwsgidns(137B)