initial commit
All checks were successful
CI / build (push) Successful in 16s

This commit is contained in:
2024-09-09 22:22:53 +08:00
commit 112163094a
9 changed files with 450 additions and 0 deletions

17
conf/example.toml Normal file
View File

@@ -0,0 +1,17 @@
interface_name = "docker-cluster"
netmask = "10.45.62.0/24"
dns = [ "192.168.78.7", "1.1.1.1"]
[[server]]
name = "odroid-c4"
address = '155.24.76.11'
port = 1234
[[peer]]
name = "odroid-hc1"
[[peer]]
name = "woryzen"
[[peer]]
name = "sugo14"