Skip to content

Commit e4df0da

Browse files
committed
Make script point goc.egi.eu back to goc.stfc.ac.uk
- as next.gocdb.eu will soon to be defunct
1 parent 2c78197 commit e4df0da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nsupdate_goc/goc_production.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
echo "changing goc.egi.eu DNS record at ns.mui.cz to next.gocdb.eu"
1+
echo "changing goc.egi.eu DNS record at ns.mui.cz to goc.stfc.ac.uk"
22
echo
33
nsupdate -k goc.egi.eu_ns.muni.cz_key.conf <<EOF
44
server ns.muni.cz
55
zone egi.eu
66
update delete goc.egi.eu. CNAME
7-
update add goc.egi.eu. 60 CNAME next.gocdb.eu.
7+
update add goc.egi.eu. 60 CNAME goc.stfc.ac.uk.
88
show
99
send
1010
EOF

0 commit comments

Comments
 (0)