From 9873adc9146d0489f29a2911edf2c22f65bfa767 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 4 Sep 2018 16:54:55 +0200 Subject: updated some things in OpenBSD-firewall --- content/software/OpenBSD_firewall.md | 9 +++++---- sync_ssl.sh | 1 + 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' {} \; -- cgit v1.2.3-54-g00ecf