Welcome![Sign In][Sign Up]
Location:
Search - dns cache

Search list

[Communication-MobileDualServerSourceV5.01

Description: Combined DHCP/DNS Server. DHCP Server allots addresses and DNS Server first try resolving from DHCP allotted names then from Cache then forwarding to External DNS. Relay Agent, PXEBOOT and BOOTP, Zone Replication, Auto Config and auto Dynamic DNS update. -Combined DHCP / DNS Server. All DHCP Server ots addresses and DNS Server first try resolvin g from DHCP allotted names then from then f Cache orwarding to External DNS. Relay Agent, PXEBOOT and BOOTP, Zone Replication. Auto and auto Config Dynamic DNS update.
Platform: | Size: 33443 | Author: Justin Wu | Hits:

[Web Serverfastresolve_2.6.tar

Description: 服务器日志分析系统 > 自动间隙获取信息,记录访客的DNS及相关信息 > 提供强大的分析引擎,自动提取缓存信息 -server log analysis system> Automatic Gap access to information, records of visitors to the DNS and related information> provide a powerful analysis engine, automatic extraction of information cache
Platform: | Size: 74382 | Author: 林风 | Hits:

[Web Serverfastresolve_2.6.tar

Description: 服务器日志分析系统 > 自动间隙获取信息,记录访客的DNS及相关信息 > 提供强大的分析引擎,自动提取缓存信息 -server log analysis system> Automatic Gap access to information, records of visitors to the DNS and related information> provide a powerful analysis engine, automatic extraction of information cache
Platform: | Size: 74752 | Author: 林风 | Hits:

[Communication-MobileDualServerSourceV5.01

Description: Combined DHCP/DNS Server. DHCP Server allots addresses and DNS Server first try resolving from DHCP allotted names then from Cache then forwarding to External DNS. Relay Agent, PXEBOOT and BOOTP, Zone Replication, Auto Config and auto Dynamic DNS update. -Combined DHCP/DNS Server. All DHCP Server ots addresses and DNS Server first try resolvin g from DHCP allotted names then from then f Cache orwarding to External DNS. Relay Agent, PXEBOOT and BOOTP, Zone Replication. Auto and auto Config Dynamic DNS update.
Platform: | Size: 32768 | Author: Justin Wu | Hits:

[Software EngineeringAlargescaleWebsitearchitecturePPT

Description: 大规模网站架构 CAP原则 BASE策略 异步(MessageQueue) 数据库 数据的水平切分及垂直切分 数据库读写分离 避免分布式事务 反范式的数据库设计 负载均衡 DNS负载均衡 反向代理负载均衡 LVS 缓存 数据库缓存 服务器缓存/页面缓存/数据缓存/静态化 反向代理缓存 Session/Share Nothing Architecture架构 浏览器优化 浏览器缓存/CDN/小图片合并 分布式文件系统(MogileFS) -CAP principles of large-scale site architecture BASE Policy asynchronous (MessageQueue) database, the level of data segmentation and vertical segmentation of the database read-write separation to avoid the paradigm of distributed transaction against the database design load balancing DNS load balancing load balancing reverse proxy cache LVS the database cache server cache/page cache/data cache/static reverse proxy cache Session/Share Nothing Architecture framework for optimizing the browser the browser cache/CDN/small picture merge Distributed File System (MogileFS)
Platform: | Size: 1551360 | Author: MagicFeng | Hits:

[Internet-Networkdnsexploit_S

Description: ADNS远程DNS缓存中毒的缺陷漏洞(IRCD欺骗)VC代码-ADNS Remote DNS Cache Poisoning Flaw Exploit (spoof on ircd)
Platform: | Size: 31744 | Author: 张勇 | Hits:

[Linux-Unixres_cache

Description: This code implements a small and simple DNS resolver cache.
Platform: | Size: 11264 | Author: yunbinghui | Hits:

[Internet-Networktransproxy-1.6

Description: 穿透HTTP代理的linux下的C源程序,值得借鉴-This is a transparent proxy server. It can be started from inetd to service HTTP requests, or run as a stand-alone daemon. HTTP requests are transparently accepted and passed to the WWW proxy cache for handling. The HTTP request line is modified into a form usable by the WWW proxy cache. The destination WWW site name is extracted from the HTTP headers to avoid DNS lookups.
Platform: | Size: 26624 | Author: 李冰 | Hits:

[ISAPI-IEGetUrlContent

Description: 微软提供的带超时的获取网站内容的API完全不能用,为此只好花力气重写了一个,并且可人为中断和带DNS缓存,希望对大家有帮助-A useful function to get the content of a URL, can set timeout, can break manually,and can cache DNSs
Platform: | Size: 2165760 | Author: Yanne Acone | Hits:

[Internet-Networkdnspod-sr-master

Description: dnspod-sr 是一个运行在 Linux 平台上的高性能的递归 DNS 服务器软件,具备高性能、高负载、易扩展的优势,非 BIND 等软件可以比拟。dnspod-sr 依托于 DNSPod 多年运营和优化 DNS 服务的经验,针对国内复杂的网络情况,对递归 DNS 进行了一系列的优化,比较其他开源软件,性能得到大幅提升。 特性 高性能,比所有流行的开源 DNS 软件性能高出2倍以上 安全,能抵御一般攻击 稳定,有效降低解析失败率 主动刷新缓存,响应速度更快 易于扩展,非常容易部署 防污染,能够正确解析被污染域名-dnspod-sr is a run on the Linux platform, high-performance recursive DNS server software with high-performance, high-load, easy to extend the advantages of non-BIND software can match. dnspod-sr relying on years of experience in operations and optimization DNSPod DNS service for the domestic complex network situation, a series of recursive DNS optimization, compared with other open source software, performance is greatly improved. Characteristics of high-performance, more than two times higher than the safety of all popular open source DNS software performance, stable and can withstand general attacks, effectively reducing the failure rate of the initiative to resolve the cache is flushed, easy to expand faster response and very easy to deploy anti-pollution, can correctly parse contaminated domain
Platform: | Size: 101376 | Author: 白宦成 | Hits:

[Driver DevelopDNS_Redirect.ZIP

Description: 驱动级域名劫持 就是访问A.com转到b.com,当然如果改成访问A就丢包,那就变成拦截指定网站了。首先用抓包工具发现,访问某网站时,(如果本地没有该网站的DNS缓存)首先会发DNS查询包(UDP),然后会与该网站建立连接,然后,发http请求包。 观察包内容,需要把发出的包的目标改成我们的目标,然后把响应的包中我们改过的东西改回来,就是欺上瞒下。代码不多,重点是演示了如何获取TCP与UDP的接收到包的内容。仅适用于XP: bin会将www.baidu.com劫持到ip138.com-Drive level domain hijacking is to visit A.com to b.com, of course, if A is dropping into access, it becomes blocked designated site. First discovered by capturing tool, visit a website, (if there is no local DNS cache of the site) will first send a DNS query packets (UDP), then establish a connection with the site, and then send http request packet. Observe the contents of the package, we need to change the target packet sent our goal, then put the package in response to the things we turn to come back, that is, superiors and subordinates. Code much focus is to demonstrate how to get the contents of TCP and UDP packets received. Only applies to XP: bin will www.baidu.com hijacked to ip138.com
Platform: | Size: 5120 | Author: ssss | Hits:

[Linux-Unixdns_key

Description: Key type used to cache DNS lookups made by the kernel.
Platform: | Size: 3072 | Author: qangbebong | Hits:

[Linux-Unixdns_key

Description: Key type used to cache DNS lookups made by the kernel.
Platform: | Size: 3072 | Author: rangfaison | Hits:

[Internet-NetworkGetDns

Description: 模拟系统请求DNS服务器,实现自建gethostname,但没加有缓存功能,不会的朋友有参考价值-Simulation system requests the DNS server to achieve self gethostname, but there is no increase cache function, not a friend with a reference value
Platform: | Size: 20480 | Author: jike | Hits:

[Othercache_snooping

Description: DNS缓存侦听或窥探缓存以获得乐趣和收益(DNS Cache Snooping or Snooping the Cache for Fun and Profit)
Platform: | Size: 388096 | Author: asuode | Hits:

CodeBus www.codebus.net