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 /.md/tutorials | |
parent | 23339b7e175fb2f65c38bd15a5805ee7f74527ef (diff) | |
download | site-files-34273e9053037ef0de7767eec6a070615cbb4cb6.tar.gz |
Add more refs to first tutorial. Fix sub bullets
Diffstat (limited to '.md/tutorials')
-rw-r--r-- | .md/tutorials/how-to-make-this-site.md | 49 |
1 files changed, 45 insertions, 4 deletions
diff --git a/.md/tutorials/how-to-make-this-site.md b/.md/tutorials/how-to-make-this-site.md index 6253211..0092b00 100644 --- a/.md/tutorials/how-to-make-this-site.md +++ b/.md/tutorials/how-to-make-this-site.md @@ -290,11 +290,16 @@ text input of API where you can edit DNS records. You'll want to make two records - A Type A that will be your main record - - set the HOST to your domain name (like mjfer.net) - - set the ANSWER to your IP address (like 8.9.36.54) + + + set the HOST to your domain name (like mjfer.net) + + + set the ANSWER to your IP address (like 8.9.36.54) + - A CNAME record, that will help point to all your other records - - set the HOST to your domain name, with a wildcard subdomain (like \*.mjfer.net) - - set the ANSWER to your main record (like mjfer.net) + + + set the HOST to your domain name, with a wildcard subdomain (like \*.mjfer.net) + + + set the ANSWER to your main record (like mjfer.net) The reason for the second record is in case you want to set subdomains on the same IP address like "git.mjfer.net". @@ -345,3 +350,39 @@ switch the port to 443 instead of 80 and bam, you've got HTTPS! 4. https://googiehost.com/blog/create-your-own-server-at-home-for-web-hosting/ 5. https://en.wikipedia.org/wiki/ICANN +### Terms of service for certain ISPs + +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. + +#### Verizon + +- https://www.verizon.com/support/lte-home-internet-legal/ + + Point 5. + +- https://www.verizon.com/support/residential/announcements/terms-of-service + + p. 23, section 1 "Restrictions on use" + +#### Optimum + +- https://www.optimum.net/pages/terms/general-residential.html + + Point 11 a. "Residential Use" + +- https://www.optimum.com/terms-of-service/residential/internet + + Point 11. "Additional Restrictions" + +#### Spectrum + +- https://www.spectrum.com/policies/internet-use-policy + + Point 2 j through l + +#### AT&T + +- https://www.att.com/legal/terms.consumerServiceAgreement.html + + 2.5.3 Examples of Prohibited Network Uses of Data Service + +#### Cox Communications + +- https://www.cox.com/aboutus/policies/acceptable-use-policy.html + + 1. Prohibited Activities, point 5 |