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

Change the goproxy.cn IP

parent 1116a2f9
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
- name: Change the goproxy in the hosts - name: Change the goproxy in the hosts
lineinfile: lineinfile:
line: "47.246.23.229 goproxy.cn" line: "47.246.20.229 goproxy.cn"
dest: /etc/hosts dest: /etc/hosts
- name: Allow to access lab.nexedi.com - name: Allow to access lab.nexedi.com
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
chain: OUTPUT chain: OUTPUT
protocol: tcp protocol: tcp
destination_port: 80 destination_port: 80
destination: 47.246.23.229 destination: goproxy.cn
jump: ACCEPT jump: ACCEPT
- name: Allow to access goproxy.cn - name: Allow to access goproxy.cn
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
chain: OUTPUT chain: OUTPUT
protocol: tcp protocol: tcp
destination_port: 443 destination_port: 443
destination: 47.246.23.229 destination: goproxy.cn
jump: ACCEPT jump: ACCEPT
- name: Change the codeload.github.com in the hosts - 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