all sockets go through ccp.wit.com now. AAAA only!

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-03 23:16:13 -07:00
parent 3f852103db
commit 8bf209be78
3 changed files with 4 additions and 1 deletions

View File

@ -41,7 +41,9 @@ push:
tag-version:
git tag v${VERSION}
git push --tags
# https://mirrors.wit.com/cloud/control-panel/
scp VERSION root@mirrors.wit.com:/data/mirrors/cloud/control-panel/
scp README root@mirrors.wit.com:/data/mirrors/cloud/control-panel/
# should update every go dependancy (?)
update:

1
README Symbolic link
View File

@ -0,0 +1 @@
README.md

View File

@ -108,7 +108,7 @@ func main() {
v185AAAA := lookupAAAA("v000185.testing.com.customers.wprod.wit.com")
log.Println("v185AAA = ", v185AAAA)
go gorillaDial("v000185.testing.com.customers.wprod.wit.com:9000")
go gorillaDial("ccp.wit.com:9000")
go gui.WatchGUI()
// use this to discover what the OS thinks it's hostname is