Compare commits
1 Commits
731800fd3f
...
83f7d33efa
| Author | SHA1 | Date | |
|---|---|---|---|
|
83f7d33efa
|
@@ -309,7 +309,8 @@
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
],
|
||||
"default": null
|
||||
},
|
||||
"authKey": {
|
||||
"anyOf": [
|
||||
|
||||
+2
-1
@@ -214,7 +214,8 @@
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
],
|
||||
"default": null
|
||||
},
|
||||
"authKey": {
|
||||
"anyOf": [
|
||||
|
||||
@@ -40,6 +40,7 @@ enum NodeArch {
|
||||
#[serde(rename_all = "camelCase", deny_unknown_fields)]
|
||||
struct Tailscale {
|
||||
auth_key: Secret,
|
||||
#[serde(default)]
|
||||
advertise_routes: bool,
|
||||
#[serde(default)]
|
||||
server: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user