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