Entries from 2019-01-01 to 1 year

dnsProxy和dnsAgent

最根本的解决方法就是加密DNS查询。目前有些DNS服务商提供了私有的加密DNS方式,不过不太通用,需要私有的客户端程序配合。实际上可以不用搞这么复杂,自己建立加密通道,传递DNS消息即可。 在这个网络中,有两个关键程序:dnsProxy和dnsAgent。 dnsProxy顾…

中国的网络封锁技术方案与网民的反网络封锁技术方案

目录 GFW是什么 网络封锁的技术方案 内容审查 屏蔽IP DNS劫持 反网络封锁的技术方案 使用SSL加密对抗关键字审查 给网站换IP避开IP屏蔽 用tor来避开DNS干扰 使用在线RSS阅读器来 GFW是什么 GFW是Great Fire Wall的缩写,是金盾工程。这个工程由若干个部分组成…

NAT穿透和内网访问

利用minivtun实现点对点非公网NAT穿透,在学校轻松访问家里的路由器。需要一个中心化公网服务器(VPS)作为打洞实现内网访问。 一般这种情况用于 家里路由器挂载离线下载 家里的WEB网络摄像头监控 远程修改某些路由设置 远程控制路由器相关的“智能家居” 远程…

dnspy

Get client's DNS server. 部署 需要的东西: 一个域名,例子中使用 dnspy.nat.moe。 一台服务器。 将 dnspy.nat.moe 的 A 记录指向服务器。 将 test.dnspy.nat.moe 的 NS 记录指向服务器。 修改 config.json 内的 testhost 值为 (2) 中的域名 (test.dnspy.n…

appworks.tw

The Supports We Offer AppWorks provides 2 main services that ca Thehttps://appworks.tw/Supports We Offer AppWorks provides 2 main services that cater to startups in 2 different stages. AppWorksAccelerator helps seed-stage startups go from …

SNI Proxy代理 安装教程

那些可以科学上网的DNS和hosts,都是使用的自建或者公共SNI代理。 原理说明 SNI详细的我也不懂,假如你有一台 海外的服务器 IP为: 233.233.233.233 ,上面搭建了 SNI Proxy,并且配置正常并启动。 然后你本地Hosts文件在最后添加一条: 233.233.233.233 www…

使用dnscrypt-proxy v2.x和Unbound搭建更好用的 DNS 服务器

需要的程序: dnscrypt-proxy v2.x unbound DNSCrypt-proxy的配置 修改文件/usr/local/etc/dnscrypt-proxy.toml, 127.0.0.1:5353 就是下面 unbound 的配置里 DNSCrypt 的监听地址。 Unbound的配置 修改文件/usr/local/etc/unbound/unbound.conf。没有这个文…

信息获取工具

Telegram 及其好用的聊天及信息交流工具,除了有高度加密的一对一私聊功能,还可以很方便地组成超大群组,获取特定人群领域的信息。单就聊天和群组而言,实在是比微信好用不少。 微信公众号 我从哲学理念的角度非常厌恶以微信为代表的封闭互联网。将信息圈养…

Sentry is a DNS proxy

Sentry - dns for fun and profit! Sentry is a DNS proxy that allows you to inspect, block, rewrite, redirect and resolve queries。 Installing Download sentry python setup.py install Configuring You should start up with a basic json config f…

dns servers/proxies

Get help with DNS related problems or issues in #dns New root hints New root DNSSEC KSK Software Servers or proxies Tools Service providers Authoritative services Recursor services Reading material Why does this site exist? New root hints …

Publicly available doh servers

Who runs it Base URL Comment Google https://dns.google/dns-query Full RFC 8484 support Cloudflare https://cloudflare-dns.com/dns-query Supports both -04 and -13 content-types Quad9 Recommended: https://dns.quad9.net/dns-query Secured: http…

4.2.2.2: The Story Behind a DNS Legend

Chances are that if you're a network operator you know the IP address 4.2.2.2. It's an easy to type and easy to remember address, which since 1998 has been a "beefy" DNS service responding to the public Internet. Since you need DNS before …

JJQQKK上网助手2.40,自带翻墙VPN

JJQQKK上网助手,通过两种方式科学上网: 集成开发版Chrome浏览器(Chromium),内置代理. 自带VPN,启动之后加密所有网络活动. JJQQKK支持Windows和macOS。 操作系统版本要求: Windows: 32/64位的Windows 10/8/7 macOS: 最低要求10.12 下载JJQQKK Windows安…

启用iptables后无法解析域名和ping问题的解决

常规情形下,服务器是不会开启iptables的,原因比较简单:一是外部请求需要经过代理或者中转服务器,后端服务器不会直接暴露;二是外层网络安全组已经配置访问规则,安全组正常工作的情况下,iptables的角色重复。 面向终端用户的服务器基本上要求开启iptabl…

手动释放缓存

/proc是一个虚拟文件系统,我们可以通过对它的读写操作做为与kernel实体间进行通信的一种手段。也就是说可以通过修改/proc中的文件,来对当前kernel的行为做出调整。那么我们可以通过调整/proc/sys/vm/drop_caches来释放内存。操作如下: # cat /proc/sys/vm…

使用 InstantClick 加速网站访问速度

InstantClick是一个JavaScript库,可以显着加快您的网站速度,在大多数情况下可以有效地实现导航。 为什么使用InstantClick 尽管现代互联网的带宽很大,但网站的速度并不快,这是因为加载网页的最大瓶颈就是延迟。 它是如何工作的 今天的互联网架构延迟是不…

用 PHP实现的dns,LibDNS

DNS implementation in pure PHP. LibDNS DNS protocol implementation in pure PHP Status This library is currently undergoing a ground-up rewrite. The old codebase has been archive to the 2.x branch. The current master is version 3, a complet…

利用simple-dns解决dns污染问题

在mac机器上。 pip install twisted git clone https://github.com/RicterZ/simple-dns simple-dns-by-ricterz cd simple-dns-by-ricterz/simple-dns/ sudo python dns.py 项目地址: https://github.com/RicterZ/simple-dns (用不了多久) ------- 利用dnsp…

DNSProxy by andreafabrizi

DNS Proxy Forward DNS requests from the local interface to a remote resolver, through http proxy requests. DNS Proxy DNS proxy listens for incoming DNS requests on the local interface and resolves remote hosts using an external PHP script,…

public-dns.info

This list of public and free DNS servers is checked continuously. Read how to change your DNS server settings . IPv4/IPv6 Address Location Software / Version Checked at State Reliability Whois 125.31.58.114 n12531z58l114.static.ctmip.net. …

v2ray的简单的服务器端的配置文件和客户端的配置文件

服务端的配置文件的内容: { "log": { "access": "/var/log/v2ray/access.log", "error": "/var/log/v2ray/error.log", "loglevel": "warning" }, "inbound": { "port": 25536, "protocol": "vmess", "settings": { "clients": [ { "id": "84dbb5b3-2a27-5c8…

Hello, DNS!

Hello and welcome to DNS! https://powerdns.org/hello-dns/ This series of documents attempts to provide a correct introduction to the Domain Name System as of 2018. The original RFCs remain the authoritative source of normative text, but th…

TENTA BROWSER

download url: https://play.google.com/store/apps/details?id=com.tenta.android&utm_source=website Built-In VPN Unblock the internet with free unlimited VPN protection from https://tenta.com/

在mac上,用brew安装v2ray

Install v2ray-core step 1: Add official tap brew tap v2ray/v2ray step 2: Install v2ray-core: brew install v2ray-core Update v2ray-core step 1: update tap brew update step 2: update v2ray-core brew upgrade v2ray-core Uninstall v2ray-core st…

我为什么这么有钱?人人可以做到的版本~献给对生活绝望的人

美国各大学里的Material Science Engineering系

University Name University City(State) Alfred University, Materials Science and Engineering Program Alfred (NY) Arizona State University, Materials Science and Engineering Program Tempe (AZ) Auburn University, Materials Engineering Program…

dnsforwarder(不好用,感觉有bug)

windows下有编译好了的二进制版本,linux下需要自己编译。 项目网址: https://github.com/holmium/dnsforwarder wiki: https://github.com/holmium/dnsforwarder/wiki DNS 转发器 解决 DNS 污染 DNS 转发器 在本地开启 DNS 端口,以接收 DNS 请求,并以 UD…

houston的白菜价豪宅

在houston,500平方米的豪宅,售价仅60万美金。在洛杉矶,要200多万美金

DNSCrypt – 一个加密DNS传输的工具

DNSCrypt是一个确保客户与DNS服务器之间传输安全的工具,基于DNSCurve修改而来。 由于Domain Nam System(DNS)设计上的缺陷,用户在浏览器里输入igfw.net等网址以后,如果遭遇MITM或者DNS污染,浏览器可能接收到错误的IP,而 存在安全问题。为了解决一些这样…

openssl和ssl证书的那些事

openssl 的相关用法,自签 CA 证书,签发 SSL 证书、多域名证书、通配型证书等等. 自建CA证书 ### 配置openssl.cnf, 不修改也行,主要就是一些默认参数 --- /etc/pki/tls/openssl.cnf --- ... [ CA_default ] ... default_days = 3650 # how long to certify…