Skip to content

Commit

Permalink
saint-lascivious.github.io: remove Do53/{t|u}dp tests
Browse files Browse the repository at this point in the history
 - and bump serviceworker to v2.1.1

Changes to be committed:
 - modified:   .formatted/serviceworker.min.js
 - modified:   .formatted/testsainternet.html
 - modified:   serviceworker.min.js
 - modified:   testsainternet.html
  • Loading branch information
saint-lascivious committed Oct 17, 2023
1 parent 14de97a commit b649642
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .formatted/serviceworker.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
const appDomain = 'sainternet';
const appProto = 'https://';
const appTld = '.xyz';
const appVersion = '2.1.0';
const appVersion = '2.1.1';
const basePath = `${appProto}${appDomain}${appTld}`;
const resourcePath = `${basePath}/resources`;
const cssPath = `${resourcePath}/stylesheets`;
Expand Down
2 changes: 2 additions & 0 deletions .formatted/testsainternet.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ <h3 class="embiggen">Using dnslookup</h3>
example.org. 84557 IN A 93.184.216.34
</pre>
</div>
<!--
<p>
Example Sainternet dnslookup query using the TCP protocol:
</p>
Expand All @@ -284,6 +285,7 @@ <h3 class="embiggen">Using dnslookup</h3>
<div class="enlift rounded-corners shadow-boxing">
<pre>dnslookup example.org udp://dns.sainternet.xyz</pre>
</div>
-->
<p>
Example Sainternet dnslookup query using the HTTP/2 protocol (DoH):
</p>
Expand Down
Loading

0 comments on commit b649642

Please sign in to comment.