You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gdns/index.html

54 lines
1.9 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Gdns by fangdingjun</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Gdns</h1>
<p>a dns proxy server write by go</p>
<p class="view"><a href="https://github.com/fangdingjun/gdns">View the Project on GitHub <small>fangdingjun/gdns</small></a></p>
<ul>
<li><a href="https://github.com/fangdingjun/gdns/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/fangdingjun/gdns/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/fangdingjun/gdns">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h1>
<a id="gdns" class="anchor" href="#gdns" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>gdns</h1>
<p>a dns forward proxy write by go</p>
<p><strong>Features</strong></p>
<ul>
<li>support listen tcp and udp protocol</li>
<li>support configure different domains to forward to different upstream servers</li>
<li>support tcp or udp to communicate to upstream servers</li>
<li>support ip blacklist to filter unwanted dns reply</li>
</ul>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/fangdingjun">fangdingjun</a></p>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>