12 lines
333 B
Bash
12 lines
333 B
Bash
#!/bin/bash
|
|
|
|
seoul2(){
|
|
# 在Seoul-2 主机上安装 docekr docker-compose
|
|
# netmaker https://fuckcloudnative.io/posts/configure-a-mesh-network-with-netmaker/
|
|
# Access Key
|
|
OVcDj5sLKUctsHTZ
|
|
|
|
# Access Token to join wireguard
|
|
curl -sfL https://raw.githubusercontent.com/gravitl/netmaker/develop/scripts/netclient-install.sh | sh -
|
|
|
|
} |