28 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 	<head>
 | |
| 		<meta charset="UTF-8">
 | |
| 		<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
| 
 | |
| 		<link rel="stylesheet" href="/static/main.css">
 | |
| 	<body>
 | |
| 		<h2>terms of service</h2>
 | |
| 		<p>all services are provided without any guarantees as to reliability. <b>yonderly.org</b> is not responsible for data loss.</p>
 | |
| 		<h3>misuse & abuse</h3>
 | |
| 		<p>do not engage in the following on any <b>yonderly.org</b> service:
 | |
| 		<ol>
 | |
| 			<li>anything that violates United States or Tennessee law.</li>
 | |
| 			<li>storing or distributing child pornography, including depitctions of underage individuals.
 | |
| 			<li>any form of spamming, hacking, or exploitation.</li>
 | |
| 		</ol>
 | |
| 		<p>any violation of lines 1 or 2 will result in the reporting of all relevant information to authorities of the United States and the abuser's country.</p> 
 | |
| 		<h3>privacy</h3>
 | |
| 		<p><b>yonderly.org</b> stores your IP address and User-Agent when you connect to any domain part of it. this information is not sold or abused in any way. logs are deleted routinely.</p>
 | |
| 		<p>here is an example of what is logged when you search for something on our 4get instance:</p>
 | |
| 		<pre>
 | |
| Jan 1 12:00:00 ... relayd[...]: relay wwwtls, session ..., 162.81.48.53 -> ..., done, [Host: search.yonderly.org] [User-Agent: Mozilla/1.0 (X11; Linux x86_64; rv:120.0) Gecko/2111101 firefox/100.0.0] [search.yonderly.org/web: s=hello+world] GET -> ...;</pre>
 | |
| 		<h3>license</h3>
 | |
| 		<p>all content produced by <b>yonderly.org</b> is licensed under <a href="/LICENSE">CC0</a>. user content licenses may vary (<a href="https://www.gnu.org/licenses/">GPL</a>, ...).</p>
 | |
| 	</body>
 | |
| </html>
 |