diff options
author | mjfernez <mjf@mjfer.net> | 2021-11-02 00:05:08 -0400 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2021-11-02 00:05:08 -0400 |
commit | 34273e9053037ef0de7767eec6a070615cbb4cb6 (patch) | |
tree | 55a065986bdf34343bdda6a12ae9b591113b33e5 /tutorials/how-to-make-this-site.html | |
parent | 23339b7e175fb2f65c38bd15a5805ee7f74527ef (diff) | |
download | site-files-34273e9053037ef0de7767eec6a070615cbb4cb6.tar.gz |
Add more refs to first tutorial. Fix sub bullets
Diffstat (limited to 'tutorials/how-to-make-this-site.html')
-rw-r--r-- | tutorials/how-to-make-this-site.html | 63 |
1 files changed, 57 insertions, 6 deletions
diff --git a/tutorials/how-to-make-this-site.html b/tutorials/how-to-make-this-site.html index 6b16afa..64d52e6 100644 --- a/tutorials/how-to-make-this-site.html +++ b/tutorials/how-to-make-this-site.html @@ -110,12 +110,16 @@ <p>The actual business of domain names is complicated and not something I understand all that well. But setting up a domain name to point to an IP address is typically easy, once you've chosen a domain registrar (just search that online and you'll find a ton) and name you like. Be aware that shorter names are rarer and usually more expensive and different TLDs (like ".net" and ".io") will be priced differently.</p> <p>Once you have a domain name, you'll need to set up a DNS record. Again, this varies a bit based on the provider, but all will have some kind of text input of API where you can edit DNS records. You'll want to make two records</p> <ul> -<li>A Type A that will be your main record</li> -<li>set the HOST to your domain name (like mjfer.net)</li> -<li>set the ANSWER to your IP address (like 8.9.36.54)</li> -<li>A CNAME record, that will help point to all your other records</li> -<li>set the HOST to your domain name, with a wildcard subdomain (like *.mjfer.net)</li> -<li>set the ANSWER to your main record (like mjfer.net)</li> +<li><p>A Type A that will be your main record</p> +<ul> +<li><p>set the HOST to your domain name (like mjfer.net)</p></li> +<li><p>set the ANSWER to your IP address (like 8.9.36.54)</p></li> +</ul></li> +<li><p>A CNAME record, that will help point to all your other records</p> +<ul> +<li><p>set the HOST to your domain name, with a wildcard subdomain (like *.mjfer.net)</p></li> +<li><p>set the ANSWER to your main record (like mjfer.net)</p></li> +</ul></li> </ul> <p>The reason for the second record is in case you want to set subdomains on the same IP address like "git.mjfer.net".</p> <p>Wait a few minutes for the DNS servers to update and you should now be able access your server by name.</p> @@ -132,3 +136,50 @@ <li>https://googiehost.com/blog/create-your-own-server-at-home-for-web-hosting/</li> <li>https://en.wikipedia.org/wiki/ICANN</li> </ol> +<h3 id="terms-of-service-for-certain-isps">Terms of service for certain ISPs</h3> +<p>There's always more ISPs out there, but I went the one's I'm most familiar with in my area. I'll probably expand this as I go, let me know if there are important ones in your area worth listing here for others.</p> +<h4 id="verizon">Verizon</h4> +<ul> +<li>https://www.verizon.com/support/lte-home-internet-legal/ +<ul> +<li>Point 5.</li> +</ul></li> +<li>https://www.verizon.com/support/residential/announcements/terms-of-service +<ul> +<li>p. 23, section 1 "Restrictions on use"</li> +</ul></li> +</ul> +<h4 id="optimum">Optimum</h4> +<ul> +<li>https://www.optimum.net/pages/terms/general-residential.html +<ul> +<li>Point 11 a. "Residential Use"</li> +</ul></li> +<li>https://www.optimum.com/terms-of-service/residential/internet +<ul> +<li>Point 11. "Additional Restrictions"</li> +</ul></li> +</ul> +<h4 id="spectrum">Spectrum</h4> +<ul> +<li>https://www.spectrum.com/policies/internet-use-policy +<ul> +<li>Point 2 j through l</li> +</ul></li> +</ul> +<h4 id="att">AT&T</h4> +<ul> +<li>https://www.att.com/legal/terms.consumerServiceAgreement.html +<ul> +<li>2.5.3 Examples of Prohibited Network Uses of Data Service</li> +</ul></li> +</ul> +<h4 id="cox-communications">Cox Communications</h4> +<ul> +<li>https://www.cox.com/aboutus/policies/acceptable-use-policy.html +<ul> +<li><ol type="1"> +<li>Prohibited Activities, point 5</li> +</ol></li> +</ul></li> +</ul> |