all sockets go through ccp.wit.com now. AAAA only!
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
3f852103db
commit
8bf209be78
2
Makefile
2
Makefile
|
@ -41,7 +41,9 @@ push:
|
||||||
tag-version:
|
tag-version:
|
||||||
git tag v${VERSION}
|
git tag v${VERSION}
|
||||||
git push --tags
|
git push --tags
|
||||||
|
# https://mirrors.wit.com/cloud/control-panel/
|
||||||
scp VERSION root@mirrors.wit.com:/data/mirrors/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 (?)
|
# should update every go dependancy (?)
|
||||||
update:
|
update:
|
||||||
|
|
2
main.go
2
main.go
|
@ -108,7 +108,7 @@ func main() {
|
||||||
|
|
||||||
v185AAAA := lookupAAAA("v000185.testing.com.customers.wprod.wit.com")
|
v185AAAA := lookupAAAA("v000185.testing.com.customers.wprod.wit.com")
|
||||||
log.Println("v185AAA = ", v185AAAA)
|
log.Println("v185AAA = ", v185AAAA)
|
||||||
go gorillaDial("v000185.testing.com.customers.wprod.wit.com:9000")
|
go gorillaDial("ccp.wit.com:9000")
|
||||||
go gui.WatchGUI()
|
go gui.WatchGUI()
|
||||||
|
|
||||||
// use this to discover what the OS thinks it's hostname is
|
// use this to discover what the OS thinks it's hostname is
|
||||||
|
|
Loading…
Reference in New Issue