معرفی شرکت ها


dns-firewall-0.0.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Local DNS Firewall
ویژگی مقدار
سیستم عامل -
نام فایل dns-firewall-0.0.4
نام dns-firewall
نسخه کتابخانه 0.0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Federico Ceratto
ایمیل نویسنده federico.ceratto@gmail.com
آدرس صفحه اصلی https://github.com/FedericoCeratto/dns-firewall
آدرس اینترنتی https://pypi.org/project/dns-firewall/
مجوز AGPLv3+
.. image:: https://pypip.in/download/dns-firewall/badge.svg :target: https://pypi.python.org/pypi/dns-firewall/ :alt: Downloads .. image:: https://pypip.in/version/dns-firewall/badge.svg :target: https://pypi.python.org/pypi/dns-firewall/ :alt: Latest Version .. image:: https://pypip.in/license/dns-firewall/badge.svg :target: https://pypi.python.org/pypi/dns-firewall/ :alt: License .. image:: https://pypip.in/implementation/dns-firewall/badge.svg :target: https://pypi.python.org/pypi/dns-firewall/ :alt: Supported Python implementations DNS firewall ============ A proxy to inspect and mingle locally generated DNS queries. Optional tray icon an Gtk interface. Rationale --------- Inspecting and filtering DNS traffic generated by desktop applications can be tricky. Tools like tcpdump have no way to tell which running process generated a DNS query. Also, Netfilter cannot filter traffic by domain name and many domains resolve to IP addresses that change frequently. A typical use case is to monitor browser, browsers plugins and extensions for suspicious home-calling or malicious/tracking javascript, or other application leaking data through DNS queries. dns-firewall acts as a forwarding DNS resolver. It listens locally on port 53 and forwards only the allowed queries to external resolvers. It detects the name of the process trying to resolve a domain name and applies filtering rules based on that. Features -------- * Block DNS queries by application and domain, or return configurable IP addresses * Tray icon with activity indicators * Log window to inspect recent activity * Optionally resolve names using the Tor network Usage ----- Create conf.yaml from conf.yaml.example Binding to UDP port 53 is required. You can run the process as root or install and configure authbind:: sudo apt-get install authbind sudo touch /etc/authbind/byport/53 authbind --depth 2 ./dns_firewall/main.py conf.yaml # or sudo ./dns_firewall/main.py conf.yaml Add --tray to enable the tray icon and Gtk interface. Left-click on the tray icon to display the log window. Update your /etc/resolv.conf with "nameserver 127.0.0.1" Development status ------------------ In development. Testing and contributions are welcome!


نحوه نصب


نصب پکیج whl dns-firewall-0.0.4:

    pip install dns-firewall-0.0.4.whl


نصب پکیج tar.gz dns-firewall-0.0.4:

    pip install dns-firewall-0.0.4.tar.gz