diff options
author | Frederick Muriuki Muriithi | 2025-04-08 09:34:32 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-04-08 09:34:32 -0500 |
commit | ed079dbbd6768c25e2392d34c7f5133e7bf9df6d (patch) | |
tree | 8868ee85919d4ed41a08f45ab1008d92315ed1f4 | |
parent | 7e5d12ed43920cd615ac59e4401f67a3d230d390 (diff) | |
download | gn-gemtext-ed079dbbd6768c25e2392d34c7f5133e7bf9df6d.tar.gz |
Add a host to access via VPN.
-rw-r--r-- | topics/deploy/uthsc-vpn.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/topics/deploy/uthsc-vpn.scm b/topics/deploy/uthsc-vpn.scm index c202273..93b2595 100644 --- a/topics/deploy/uthsc-vpn.scm +++ b/topics/deploy/uthsc-vpn.scm @@ -11,7 +11,8 @@ (list "octopus01" "tux01.genenetwork.org" "tux03.genenetwork.org" - "tux04.genenetwork.org")) + "tux04.genenetwork.org" + "space.uthsc.edu")) (define (ini-file name scm) "Return a file-like object representing INI file with @var{name} and |