summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2024-05-25 02:26:49 +0000
committerGitHub <noreply@github.com>2024-05-25 02:26:49 +0000
commit7bdbd4906f7498868faae41de1ddc4c4ac894ae1 (patch)
treefdf0eee76ee978c5b3a46176b12f75e866accb62 /content
parent799e18889275a39ebca4c971fe87fa567f79c53d (diff)
parentb491c129b1f01a82bf919935701355aba2ebafe6 (diff)
Merge pull request #289 from tfasano1/master
remove contributor links
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)