repo: uritools
action: commit
revision: 
path_from: 
revision_from: 3c5cd5e68278f82cc071623419e1a205c6fee38b:
path_to: 
revision_to: 
git.thebackupbox.net
uritools
git clone git://git.thebackupbox.net/uritools
commit 3c5cd5e68278f82cc071623419e1a205c6fee38b
Merge: 62817ac c386495
Author: epoch 
Date:   Sat Oct 30 00:27:43 2021 +0000

    Merge branch 'master' of ssh://git.thebackupbox.net/uritools

diff --cc urnresolve
index fc777a492d90597e75e517a51242f0fa78f4973b,4e6a39b5aca852a4d59dd40b95d3b904adf303b0..d59558f8c1268fc74e863822ba47def460e56cfd
--- a/urnresolve
+++ b/urnresolve
@@@ -25,8 -24,18 +25,18 @@@ if [ "$nid" = "ietf" ];the
    fi
  fi

+ if [ "$nid" = "phrack" ];then
+   if [ "$nss" ];then
+     if [ "$nss2" ];then
+       echo "gopher://thebackupbox.net:70/0/phrack/issues/${nss}/${nss2}.txt"
+     else
+       echo "gopher://thebackupbox.net:70/1/phrack/issues/${nss}/"
+     fi
+   fi
+ fi
+ 
  if [ "$nid" = "xkcd" ];then
 -  echo "https://xkcd.com/${nss}"
 +  echo "https://xkcd.com/${nss}/"
  fi

  if [ "$nid" = "mitre" ];then

-----END OF PAGE-----