项目重构
This commit is contained in:
12
0-部署应用/Oracle-Cloud/NetMaker全互联/9-wireguard-netmaker.sh
Normal file
12
0-部署应用/Oracle-Cloud/NetMaker全互联/9-wireguard-netmaker.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/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 -
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user