@ -1,115 +0,0 @@ | |||
<!DOCTYPE HTML> | |||
<html> | |||
<head> | |||
<title>PwOSS - DNSCrypt</title> | |||
<meta charset="utf-8" /> | |||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> | |||
<link rel="stylesheet" href="../../assets/css/main.css" /> | |||
<link rel="icon" type="image/x-icon" href="../../images/pwoss.svg" /> | |||
</head> | |||
<body class="is-preload"> | |||
<!-- Wrapper --> | |||
<div id="wrapper" class="divided" id="top"> | |||
<ul class="actions nav"><br /> | |||
<li> | |||
<a href="../../index.html" class="button small smooth-scroll-middle">Home</a> | |||
<a href="../../index.html#news" class="button small smooth-scroll-middle">NEWS</a> | |||
<a href="https://git.pwoss.org" class="button small smooth-scroll-middle">GIT</a> | |||
<a href="https://wiki.pwoss.org" class="button small smooth-scroll-middle">WIKI</a> | |||
<a href="https://element.pwoss.org" class="button small smooth-scroll-middle">CHAT</a> | |||
<a href="https://searx.pwoss.org" class="button small smooth-scroll-middle">SEARX</a> | |||
</li> | |||
</ul> | |||
<section class="wrapper style2 align-left" id="first"> | |||
<div class="content"> | |||
<p> | |||
<author><strong>Author</strong>: Dan </author><br /> | |||
<date><strong><a | |||
href="https://git.pwoss.org/PwOSS/Website/src/branch/master/categories/tutorials">Updated</a></strong>: | |||
25/12/2020 </date><br /> | |||
<date><strong>Date</strong>: 17/12/2020 </date><br /> | |||
<category><strong>Category</strong>: <a href="../tutorials/overview.html">Tutorials</a> | |||
</category> | |||
</p> | |||
<h1>DNSCrypt</h1> | |||
<p>Our DNSCrypt server is behind <a href="https://nlnetlabs.nl/projects/unbound/about/" target="blank" | |||
rel="external nofollow noopener">Unbound</a> which includes <a | |||
href="https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions" target="blank" | |||
rel="external nofollow noopener">DNSSEC</a>.</p> | |||
<p> | |||
It also supports <a href="https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Anonymized-DNS" | |||
target="blank" rel="external nofollow noopener">Anonymized DNS</a>. <br /> | |||
And of course, <strong>no logs</strong> enabled. | |||
</p> | |||
<p>*Also available on <a href="https://wiki.pwoss.org/content/tutorials/dnscrypt.md">wiki</a></p> | |||
<br /> | |||
<h2>Install on your device</h2> | |||
<p>Follow the <a | |||
href="https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Installation#os-specific-instructions" | |||
target="blank" rel="external nofollow noopener">link</a> and select your operating system.</p> | |||
<br /> | |||
<h2>Config file</h2> | |||
<ol type="1"> | |||
<h3> | |||
<li>server_names</li> | |||
</h3> | |||
<p>Change your <i>dnscrypt-proxy.toml</i> config file.<br /> | |||
<code>server_names = ['pwoss.org-dnscrypt']</code> | |||
</p> | |||
<br /> | |||
<h3> | |||
<li>Anonymized DNS</li> | |||
</h3> | |||
<p>Go to the bottom <i>routes = [</i> and add:<br /> | |||
<pre>routes = [ | |||
{ server_name='pwoss.org-dnscrypt', via=['anon-pwoss.org'] } | |||
]</pre> | |||
</p> | |||
<br /> | |||
<p>Restart the service or reconnect your client.</p> | |||
<p>Check your connection with <a href="https://www.dnsleaktest.com" target="blank" | |||
rel="external nofollow noopener">dnsleaktest.com</a>.</p> | |||
</div> | |||
</section> | |||
<!-- Footer --> | |||
<footer class="wrapper style1 align-center"> | |||
<div class="inner"> | |||
<ul class="icons"> | |||
<li> | |||
<a href="#top" class="icon solid style2 fa-arrow-circle-up"><span class="label">back to | |||
top</span></a> | |||
</li> | |||
</ul> | |||
<ul class="icons"> | |||
<li><a href="https://pwoss.org/rss.xml" class="icon solid style2 fa-rss"><span | |||
class="label">RSS</span></a> | |||
</li> | |||
<li><a href="https://git.pwoss.org" class="icon brands style2 fa-git"><span | |||
class="label">Gitea</span></a> | |||
</li> | |||
<li><a href="https://element.pwoss.org" class="icon solid style2 fa-comments"><span | |||
class="label">Matrix</span></a> | |||
</li> | |||
<li><a href="https://searx.pwoss.org" class="icon solid style2 fa-search"><span | |||
class="label">searX</span></a></li> | |||
<li><a href="https://t.me/PwOSS" target="blank" rel="external nofollow noopener" | |||
class="icon brands style2 fa-telegram-plane"><span class="label">Telegram</span></a></li> | |||
<li><a href="mailto:team@pwoss.org" class="icon solid style2 fa-envelope"><span | |||
class="label">Email</span></a></li> | |||
</ul> | |||
<p> | |||
<a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="license"><img style="border-width: 0;" | |||
src="../../images/licensebutton.png" alt="Creative Commons License" /></a> | |||
<br><a href="../../privacy-policy.html">Privacy Policy</a> | |||
and | |||
<a href="../../terms-of-use.html">Terms of Use</a> | |||
</p> | |||
</div> | |||
</footer> | |||
</body> | |||
</html> |
@ -1,72 +0,0 @@ | |||
<!DOCTYPE HTML> | |||
<html> | |||
<head> | |||
<title>PwOSS - Tutorials Overview</title> | |||
<meta charset="utf-8" /> | |||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> | |||
<link rel="stylesheet" href="../../assets/css/main.css" /> | |||
<link rel="icon" type="image/x-icon" href="../../images/pwoss.svg" /> | |||
</head> | |||
<body class="is-preload"> | |||
<!-- Wrapper --> | |||
<div id="wrapper" class="divided" id="top"> | |||
<ul class="actions nav"><br /> | |||
<li> | |||
<a href="../../index.html" class="button small smooth-scroll-middle">Home</a> | |||
<a href="../../index.html#news" class="button small smooth-scroll-middle">NEWS</a> | |||
<a href="https://git.pwoss.org" class="button small smooth-scroll-middle">GIT</a> | |||
<a href="https://wiki.pwoss.org" class="button small smooth-scroll-middle">WIKI</a> | |||
<a href="https://element.pwoss.org" class="button small smooth-scroll-middle">CHAT</a> | |||
<a href="https://searx.pwoss.org" class="button small smooth-scroll-middle">SEARX</a> | |||
</li> | |||
</ul> | |||
<section class="wrapper style2 align-left" id="first"> | |||
<div class="content"> | |||
<h1>Tutorials Overview</h1> | |||
<ul> | |||
<li><a href="../tutorials/dnscrypt.html">DNSCrypt</a></li> | |||
</ul> | |||
</div> | |||
</section> | |||
<!-- Footer --> | |||
<footer class="wrapper style1 align-center"> | |||
<div class="inner"> | |||
<ul class="icons"> | |||
<li> | |||
<a href="#top" class="icon solid style2 fa-arrow-circle-up"><span class="label">back to | |||
top</span></a> | |||
</li> | |||
</ul> | |||
<ul class="icons"> | |||
<li><a href="https://pwoss.org/rss.xml" class="icon solid style2 fa-rss"><span | |||
class="label">RSS</span></a> | |||
</li> | |||
<li><a href="https://git.pwoss.org" class="icon brands style2 fa-git"><span | |||
class="label">Gitea</span></a> | |||
</li> | |||
<li><a href="https://element.pwoss.org" class="icon solid style2 fa-comments"><span | |||
class="label">Matrix</span></a> | |||
</li> | |||
<li><a href="https://searx.pwoss.org" class="icon solid style2 fa-search"><span | |||
class="label">searX</span></a></li> | |||
<li><a href="https://t.me/PwOSS" target="blank" rel="external nofollow noopener" | |||
class="icon brands style2 fa-telegram-plane"><span class="label">Telegram</span></a></li> | |||
<li><a href="mailto:team@pwoss.org" class="icon solid style2 fa-envelope"><span | |||
class="label">Email</span></a></li> | |||
</ul> | |||
<p> | |||
<a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="license"><img style="border-width: 0;" | |||
src="../../images/licensebutton.png" alt="Creative Commons License" /></a> | |||
<br><a href="../../privacy-policy.html">Privacy Policy</a> | |||
and | |||
<a href="../../terms-of-use.html">Terms of Use</a> | |||
</p> | |||
</div> | |||
</footer> | |||
</body> | |||
</html> |
@ -1,95 +0,0 @@ | |||
<!DOCTYPE HTML> | |||
<html> | |||
<head> | |||
<!-- CHANGE PAGE TITLE--> | |||
<title>PwOSS - Tutorials Template</title> | |||
<meta charset="utf-8" /> | |||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> | |||
<link rel="stylesheet" href="../../assets/css/main.css" /> | |||
<link rel="icon" type="image/x-icon" href="../../images/pwoss.svg" /> | |||
</head> | |||
<body class="is-preload"> | |||
<!-- Wrapper --> | |||
<div id="wrapper" class="divided" id="top"> | |||
<ul class="actions nav"><br /> | |||
<li> | |||
<a href="../../index.html" class="button small smooth-scroll-middle">Home</a> | |||
<a href="../../index.html#news" class="button small smooth-scroll-middle">NEWS</a> | |||
<a href="https://git.pwoss.org" class="button small smooth-scroll-middle">GIT</a> | |||
<a href="https://wiki.pwoss.org" class="button small smooth-scroll-middle">WIKI</a> | |||
<a href="https://element.pwoss.org" class="button small smooth-scroll-middle">CHAT</a> | |||
<a href="https://searx.pwoss.org" class="button small smooth-scroll-middle">SEARX</a> | |||
</li> | |||
</ul> | |||
<section class="wrapper style2 align-left" id="first"> | |||
<div class="content"> | |||
<p> | |||
<author><strong>Author</strong>: NAME </author><br /> | |||
<date><strong>Date</strong>: DAY/MONTH/YEAR </date><br /> | |||
<category><strong>Category</strong>: <a href="../tutorials/overview.html">Tutorials</a> | |||
</category> | |||
</p> | |||
<!-- Copy file and rename it to date --> | |||
<p>Copy template file to <code>/categories/tutorials/title.html</code></p> | |||
<!-- Add content --> | |||
<h1>TITLE</h1> | |||
<p>CONTENT</p> | |||
<h2>H2</h2> | |||
<h3>H3</h3> | |||
<h4>H4</h4> | |||
<h5>H5</h5> | |||
<h6>H6</h6> | |||
<code>code</code> | |||
<br> | |||
<br> | |||
<pre>codeblock | |||
codeblock</pre> | |||
<div class="image"> | |||
<image src="../../images/pwoss+text.png" style="width: 230px; height: 100px;" alt="PwOSS+text" /> | |||
</image> | |||
</div> | |||
</div> | |||
<!-- Footer --> | |||
<footer class="wrapper style1 align-center"> | |||
<div class="inner"> | |||
<ul class="icons"> | |||
<li> | |||
<a href="#top" class="icon solid style2 fa-arrow-circle-up"><span class="label">back to | |||
top</span></a> | |||
</li> | |||
</ul> | |||
<ul class="icons"> | |||
<li><a href="https://pwoss.org/rss.xml" class="icon solid style2 fa-rss"><span | |||
class="label">RSS</span></a> | |||
</li> | |||
<li><a href="https://git.pwoss.org" class="icon brands style2 fa-git"><span | |||
class="label">Gitea</span></a> | |||
</li> | |||
<li><a href="https://element.pwoss.org" class="icon solid style2 fa-comments"><span | |||
class="label">Matrix</span></a> | |||
</li> | |||
<li><a href="https://searx.pwoss.org" class="icon solid style2 fa-search"><span | |||
class="label">searX</span></a></li> | |||
<li><a href="https://t.me/PwOSS" target="blank" rel="external nofollow noopener" | |||
class="icon brands style2 fa-telegram-plane"><span class="label">Telegram</span></a> | |||
<li><a href="mailto:team@pwoss.org" class="icon solid style2 fa-envelope"><span | |||
class="label">Email</span></a></li> | |||
</li> | |||
</ul> | |||
<p> | |||
<a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="license"><img | |||
style="border-width: 0;" src="../../images/licensebutton.png" | |||
alt="Creative Commons License" /></a> | |||
<br><a href="../../privacy-policy.html">Privacy Policy</a> | |||
and | |||
<a href="../../terms-of-use.html">Terms of Use</a> | |||
</p> | |||
</div> | |||
</footer> | |||
</body> | |||
</html> |