summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-09-04 16:54:55 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-09-04 16:54:55 +0200
commit9873adc9146d0489f29a2911edf2c22f65bfa767 (patch)
tree94398a23c6a278c23d055333ffef87f24d44369b
parent70d9866125825b25de9d31e83a7be0202d72022c (diff)
downloadwww-andreasbaumann-cc-9873adc9146d0489f29a2911edf2c22f65bfa767.tar.gz
www-andreasbaumann-cc-9873adc9146d0489f29a2911edf2c22f65bfa767.tar.bz2
updated some things in OpenBSD-firewall
-rw-r--r--content/software/OpenBSD_firewall.md9
-rwxr-xr-xsync_ssl.sh1
2 files changed, 6 insertions, 4 deletions
diff --git a/content/software/OpenBSD_firewall.md b/content/software/OpenBSD_firewall.md
index a03ec00..670424e 100644
--- a/content/software/OpenBSD_firewall.md
+++ b/content/software/OpenBSD_firewall.md
@@ -16,8 +16,6 @@ And I'm using it at home.
## Github
-The old unsupported version can still be found on https://github.com/Eurospider/OpenBSD-firewall.
-
Further development happens on git://git.andreasbaumann.cc/OpenBSD-firewall.git
or http://git.andreasbaumann.cc/cgit/OpenBSD-firewall/.
@@ -51,10 +49,13 @@ or remotely (after booting from floppy dongle or from hard disk):
## News
+04.09.2018:
+
+ Updated Soekris-firewall at Eurospider to 6.3.
+
06.05.2018:
- The firewall at Eurospider has not been updated in years and I'm fed up with
- Github and the world in general, so I moved the repo and abandoned the old
+ Moved repository from Github to a local repository.
development area on Github.
15.04.2018:
diff --git a/sync_ssl.sh b/sync_ssl.sh
index 49d484d..02e808a 100755
--- a/sync_ssl.sh
+++ b/sync_ssl.sh
@@ -1,5 +1,6 @@
#!/bin/sh
+rm -rf ssl-public
cp -av public ssl-public
find ssl-public -type f -exec \
sed -i 's@http://www\.andreasbaumann\.cc@https://www.andreasbaumann.cc@g' {} \;