diff options
-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 |