mirror of
https://github.com/icodex/docker-goedge.git
synced 2026-03-14 05:46:26 -05:00
update
This commit is contained in:
13
docker/build/set_hosts.sh
Executable file
13
docker/build/set_hosts.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
function set_hosts() {
|
||||
cat > /etc/hosts <<END
|
||||
127.0.0.1 goedge.cn
|
||||
127.0.0.1 goedge.cloud
|
||||
127.0.0.1 dl.goedge.cloud
|
||||
127.0.0.1 dl.goedge.cn
|
||||
127.0.0.1 global.dl.goedge.cloud
|
||||
127.0.0.1 global.dl.goedge.cn
|
||||
END
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user