Commit 8ef3b249 authored by Boxiang Sun's avatar Boxiang Sun

Change the goproxy.cn IP

parent 1116a2f9
......@@ -100,7 +100,7 @@
- name: Change the goproxy in the hosts
lineinfile:
line: "47.246.23.229 goproxy.cn"
line: "47.246.20.229 goproxy.cn"
dest: /etc/hosts
- name: Allow to access lab.nexedi.com
......@@ -279,7 +279,7 @@
chain: OUTPUT
protocol: tcp
destination_port: 80
destination: 47.246.23.229
destination: goproxy.cn
jump: ACCEPT
- name: Allow to access goproxy.cn
......@@ -288,7 +288,7 @@
chain: OUTPUT
protocol: tcp
destination_port: 443
destination: 47.246.23.229
destination: goproxy.cn
jump: ACCEPT
- name: Change the codeload.github.com in the hosts
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment