mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
examples files for kube int
This commit is contained in:
parent
1833c61556
commit
c84ce76c59
5 changed files with 39 additions and 2 deletions
18
doc/ext/kubernetes/.zerotierCliSettings
Normal file
18
doc/ext/kubernetes/.zerotierCliSettings
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"configVersion": 1,
|
||||
"defaultCentral": "@my.zerotier.com",
|
||||
"defaultController": "@my.zerotier.com",
|
||||
"defaultOne": "@local",
|
||||
"things": {
|
||||
"local": {
|
||||
"auth": "XXXXXXXXXXXXXXXXXXXXXXXX",
|
||||
"type": "one",
|
||||
"url": "http://127.0.0.1:9993/"
|
||||
},
|
||||
"my.zerotier.com": {
|
||||
"auth": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
|
||||
"type": "central",
|
||||
"url": "https://my.zerotier.com/"
|
||||
},
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue