提高DNSCrypt安全,隐私和匿名 RandomDNS

码农软件 · 软件分类 · 安全相关框架 · 2019-10-02 06:57:22

软件介绍

RandomDNSRandomDNS旨在提高DNSCrypt的安全性,隐私和匿名。它可以随时在随机选择的服务器运行,并且可以频繁旋转等等。

特性:

  • Randomize the provider at runtime

  • Use (-E)phemeral keys option

  • Securely run DNSCrypt proxy by verifying its hash, copying it in /tmp dir with restricted permissions and launching it as "nobody" user (if reverse proxy is enabled)

  • Watch the proxy process and relaunch it if it dies

  • Can run multiple instances of DNSCrypt and load balance the traffic (EdgeDNS)

  • Have in-memory caching of DNS requests along with Consistent Hashing (EdgeDNS)

  • Can filter the server list by protocols, country and much more

  • Rotate the server with a defined time (default: 10 minutes)

  • Support DNSSEC (EdgeDNS)

使用方法:

  1. Update Brew: brew update && brew upgrade

  2. Install DNSCrypt + Node + NPM: brew install dnscrypt-proxy node npm

  3. Download and run RandomDNS: npm install -g randomdns && sudo DEBUG=* randomdns

  4. Set your DNS settings to 127.0.0.1


帮助:

      ___               __           ___  _  ______
     / _ \___ ____  ___/ /__  __ _  / _ \/ |/ / __/
    / , _/ _ `/ _ \/ _  / _ \/  ' \/ // /    /\ \  
   /_/|_|\_,_/_//_/\_,_/\___/_/_/_/____/_/|_/___/  


     Usage: run [options] [file]

     Options:

       -h, --help                              output usage information
       -V, --version                           output the version number
       -L, --listenOn [string]                 Listen on a specific interface/port [default: 127.0.0.1:53]
       -R, --rotationTime [int]                Define the time to wait before rotating the server (in seconds) [default: 600 seconds]
       -P, --reverseProxy [bool]               Enable EdgeDNS reverse proxy [default: false]
       --reverseProxyChildStartPort [int]      Where childrens (dnscrypt-proxy processes) should start incrementing the port? (will work only if reverseProxy is enabled) [default: 51000]
       -T, --threads [int]                     Number of childs to spawn, set to 1 to disable load balacing (will work only if reverseProxy is enabled) [default: 4]
       -F, --filters [string]                  Use filters [default: IPv6=false;]
       --filters-help                          Get full list of available filters.
       -b, --binaryDNSCryptFile [string]       Use custom DNSCrypt binary, will not work until --binaryDNSCryptFileSignature is changed.
       --binaryDNSCryptFileSignature [string]  SHA512 hash of the DNSCrypt binary.
       -b, --binaryEdgeDNSFile [string]        Use custom EdgeDNS binary, will not work until --binaryEdgeDNSFileSignature is changed.
       --binaryEdgeDNSFileSignature [string]   SHA512 hash of the EdgeDNS binary.
       -r, --resolverListFile [string]         Use custom DNSCrypt resolver list file, will not work until --resolverListFileSignature is changed.
       --resolverListFileSignature [string]    SHA512 hash of the DNSCrypt resolver list file.

ToDo:

  • Add filters: by country, by port

  • Scramble monitoring of DNS traffic by sending fake DNS requests randomly

本文地址:https://codercto.com/soft/d/15848.html

精通CSS(第2版)

精通CSS(第2版)

[英] Andy Budd、[英] Simon Collison、[英] Cameron Moll / 陈剑瓯 / 人民邮电出版社 / 2010-5 / 49.00元

本书汇集了最有用的CSS技术,介绍了CSS的基本概念和最佳实践,结合实例探讨了图像、链接和列表的操纵,还有表单设计、数据表格设计、纯CSS布局等核心CSS技术。此外,书中着眼于创建跨浏览器的技术,讨论了bug及其捕捉和修复技术,还将所有技术组合成两个精彩的实例,讲述这些技术的工作原理和实际用法。 本书适合具有HTML和CSS基础知识的读者阅读。一起来看看 《精通CSS(第2版)》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具