Files
shell-scripts/0-部署应用/Oracle-Cloud/NetMaker全互联/9-wireguard-netmaker.sh
2024-11-28 16:42:36 +08:00

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 -
}