diff options
author | Pjotr Prins | 2022-12-09 15:11:40 -0600 |
---|---|---|
committer | Pjotr Prins | 2022-12-09 15:11:40 -0600 |
commit | 4b7c52bdeb8a8b3b02a99b8f041e11ba4cd8a576 (patch) | |
tree | 892ccba15e2767fcd5ae3cfa78a17ac5e5969dd5 /topics/systems | |
parent | b459acef4890b27780e2dbabde48e1d730ede6c4 (diff) | |
download | gn-gemtext-4b7c52bdeb8a8b3b02a99b8f041e11ba4cd8a576.tar.gz |
Pjotr notes
Diffstat (limited to 'topics/systems')
-rw-r--r-- | topics/systems/dns-changes.gmi | 5 | ||||
-rw-r--r-- | topics/systems/gn-services.gmi | 10 |
2 files changed, 13 insertions, 2 deletions
diff --git a/topics/systems/dns-changes.gmi b/topics/systems/dns-changes.gmi index 75f9333..c83c4eb 100644 --- a/topics/systems/dns-changes.gmi +++ b/topics/systems/dns-changes.gmi @@ -33,3 +33,8 @@ We are moving thing to a new DNS hosting service. We have accounts on both. To m + dig systemsgenetics.org +trace + whois systemsgenetics.org (check for privacy setting!) + https://dnssec-analyzer.verisignlabs.com/genenetwork.org + +For UTHSC services the following primary DNS should be used: + +* UTDNS1.UTHSC.EDU +* UTDNS2.UTHSC.EDU diff --git a/topics/systems/gn-services.gmi b/topics/systems/gn-services.gmi index 0cacf25..7c032bd 100644 --- a/topics/systems/gn-services.gmi +++ b/topics/systems/gn-services.gmi @@ -22,14 +22,20 @@ curl localhost:8080/version ``` curl http://localhost:8000/gene/aliases/BRCA2 ["FACD","FAD","FANCD","BROVCA2","FAD1","FANCD1","BRCC2","GLM3","PNCA2","XRCC11"] +curl https://luna.genenetwork.org/gn3/ +[ "Hello GeneNetwork3!" ] ``` + 3. genenetwork3 (python3) ``` -curl https://luna.genenetwork.org/gn3/ -[ "Hello GeneNetwork3!" ] +curl localhost:8087/api/version +"1.0" + ``` +On epysode it is running on 8081 + ## Notes We track services now on |