Your commit message

This commit is contained in:
zeaslity
2024-11-27 10:33:20 +08:00
commit 080c7bb97f
911 changed files with 168439 additions and 0 deletions

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