diff options
author | Runxi Yu <me@runxiyu.org> | 2024-06-06 08:00:00 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-06-06 08:00:00 +0800 |
commit | 3a43484645236bacd4aca1f7c7846ef11cc14199 (patch) | |
tree | bbf6eab868257cad55d0a99c8f9000116c0c5f65 | |
parent | 494730206114d2bdeaee7a1ed9f1fe811c446a8f (diff) | |
download | www-3a43484645236bacd4aca1f7c7846ef11cc14199.tar.gz |
Add message to OVH
-rw-r--r-- | mock.html | 31 | ||||
-rw-r--r-- | ovh.txt | 46 |
2 files changed, 77 insertions, 0 deletions
diff --git a/mock.html b/mock.html new file mode 100644 index 0000000..f244ccb --- /dev/null +++ b/mock.html @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8" /> + <title>On Mockery</title> + <link rel="stylesheet" href="./style.css" /> + <link rel="icon" href="./favicon.ico" sizes="any" /> + <!--link rel="icon" href="./icon.svg" type="image/svg+xml" / --> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="theme-color" content="#241504" /> + <meta name="color-scheme" content="light dark"> + +</head> +<body> +<header> + <h1>On Mockery</h1> +</header> + +<article> + <++> +</article> + +<footer> + <ul role="list"> + <li><a href="./">Home</a></li> + <li>Runxi Yu</li> + <li><a rel="license" href="./pubdom.html">Public Domain</a></li> + </ul> +</footer> +</body> +</html> diff --git a/ovh.txt b/ovh.txt new file mode 100644 index 0000000..1494e29 --- /dev/null +++ b/ovh.txt @@ -0,0 +1,46 @@ +I am considering switching to OVH, and I am reading the service specific +terms. Most of it seems fine, but I don't understand some of the +limitations put on IRC: + +> For security reasons, OVHcloud reserves the right to proceed with the +> immediate suspension without notice of any OVHcloud Service on which +> there is a public service Proxy, IRC, VPN or TOR which is available +> free of charge or for a fee, and for which OVHcloud has knowledge of +> its fraudulent or illegal misuse. + +> Customer is prohibited from using or allowing the Services to be used +> for any intrusive activity or any intrusion attempts (including, but +> not limited to port scans, sniffing, spoofing), and any activity or +> contentious behavior such as traffic exchanging (Hitleap, Jingling), +> Black Hat SEO (downloading and uploading videos from and to online +> gaming platforms), crypto-currency mining, video game bots, etc. +> Anonymization services or public proxy (including VPN, Tor, P2P, IRC) +> and cardsharing (CCCam or equivalent) are not permitted on the +> Services. + +> The Customer acknowledges that, for security reasons, some features +> and protocols (such as IRC or peer-to-peer file exchanges) are likely +> to be restricted under the Services. + +I understand that public proxies, VPNs, and Tor can be easily abused. I +do not, however, understand why IRC is in the list---I currently host a +small IRC network with a few friends (https://irc.runxiyu.org/), and I +don't really see how normal uses of Internet Relay Chat is relevant to +anonymization. It's just a chat protocol. + +My question is therefore an inquiry on what OVH's policies are for IRC +networks that do not serve anonymization purposes at all, and how are +"some features and protocols such as IRC" restricted. + +As another network administrator says: "evidently IRC is 'anonymization' +despite it by default showing everyone's IPs to everyone, but other +messaging protocols that actually do anonymization aren't" + +(Note that one of the servers of irc.runxiyu.org has a Tor hidden +service, so users who use Tor can connect to it. If this is not allowed +on OVH, I could just not install it when I switch.) + +-- +Best regards, +Runxi Yu (they/them) +https://runxiyu.org/ |