summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-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)