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