summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortfasano1 <tfasano1@binghamton.edu>2023-10-02 00:00:36 -0400
committertfasano1 <tfasano1@binghamton.edu>2023-10-02 00:00:36 -0400
commitb491c129b1f01a82bf919935701355aba2ebafe6 (patch)
tree11af330763e9db3b9ff8d9827d0f9a865ce67695
parent569b637e0f5103aa4da2546bc638ee9e2381584f (diff)
remove contributor links
-rw-r--r--content/auth.md2
-rw-r--r--content/tor.md2
-rw-r--r--content/wireguard.md2
3 files changed, 0 insertions, 6 deletions
diff --git a/content/auth.md b/content/auth.md
index 88a5fee..b38cb88 100644
--- a/content/auth.md
+++ b/content/auth.md
@@ -132,5 +132,3 @@ http {
Now check your configuration with `nginx -t`
Reload nginx and you\'re good to go!
-
-**Contributor** - [tomfasano.net](https://tomfasano.net)
diff --git a/content/tor.md b/content/tor.md
index a0acdf8..1d0aaf1 100644
--- a/content/tor.md
+++ b/content/tor.md
@@ -115,5 +115,3 @@ Make sure to update Tor on a regular basis by running:
You do **<u>not</u>** need to run certbot for an ssl certificate.
HTTP over tor is plenty secure!
-
-**Contributor** - [tomfasano.net](https://tomfasano.net)
diff --git a/content/wireguard.md b/content/wireguard.md
index 3e7d571..c0d1879 100644
--- a/content/wireguard.md
+++ b/content/wireguard.md
@@ -171,5 +171,3 @@ Start WireGuard again:
sudo wg-quick up myvpn
To disconnect, type `down` instead of `up`. And just like that, you now host a WireGuard VPN server!
-
-**Contributor** - [tomfasano.net](https://tomfasano.net)