Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
83f7d33efa
|
@@ -306,8 +306,11 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"advertiseRoutes": {
|
"advertiseRoutes": {
|
||||||
"type": "boolean",
|
"type": [
|
||||||
"default": false
|
"boolean",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"default": null
|
||||||
},
|
},
|
||||||
"authKey": {
|
"authKey": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
|
|||||||
+5
-2
@@ -211,8 +211,11 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"advertiseRoutes": {
|
"advertiseRoutes": {
|
||||||
"type": "boolean",
|
"type": [
|
||||||
"default": false
|
"boolean",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"default": null
|
||||||
},
|
},
|
||||||
"authKey": {
|
"authKey": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
|
|||||||
@@ -41,7 +41,6 @@ enum NodeArch {
|
|||||||
struct Tailscale {
|
struct Tailscale {
|
||||||
auth_key: Secret,
|
auth_key: Secret,
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
#[optional_skip_wrap]
|
|
||||||
advertise_routes: bool,
|
advertise_routes: bool,
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
server: Option<String>,
|
server: Option<String>,
|
||||||
|
|||||||
Reference in New Issue
Block a user