run make update

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2021-06-08 17:57:12 +00:00
parent cca0f08b32
commit 0362f73fe9
5 changed files with 19 additions and 36 deletions

View File

@ -7778,10 +7778,6 @@ var pmgapi = [
"format" : "transport-domain-or-nexthop", "format" : "transport-domain-or-nexthop",
"type" : "string" "type" : "string"
}, },
"domain" : {
"format" : "transport-domain-or-nexthop",
"type" : "string"
},
"policy" : { "policy" : {
"format" : "tls-policy", "format" : "tls-policy",
"type" : "string" "type" : "string"
@ -7852,10 +7848,6 @@ var pmgapi = [
"format" : "transport-domain-or-nexthop", "format" : "transport-domain-or-nexthop",
"type" : "string" "type" : "string"
}, },
"domain" : {
"format" : "transport-domain-or-nexthop",
"type" : "string"
},
"policy" : { "policy" : {
"format" : "tls-policy", "format" : "tls-policy",
"type" : "string" "type" : "string"
@ -7883,14 +7875,6 @@ var pmgapi = [
"destination" : { "destination" : {
"description" : "Destination (Domain or next-hop).", "description" : "Destination (Domain or next-hop).",
"format" : "transport-domain-or-nexthop", "format" : "transport-domain-or-nexthop",
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
},
"domain" : {
"description" : "Deprecated - use 'destination'.",
"format" : "transport-domain-or-nexthop",
"optional" : 1,
"type" : "string", "type" : "string",
"typetext" : "<string>" "typetext" : "<string>"
}, },
@ -9074,6 +9058,7 @@ var pmgapi = [
"ali", "ali",
"anx", "anx",
"arvan", "arvan",
"aurora",
"autodns", "autodns",
"aws", "aws",
"azure", "azure",
@ -9164,6 +9149,7 @@ var pmgapi = [
"pdns", "pdns",
"pleskxml", "pleskxml",
"pointhq", "pointhq",
"porkbun",
"rackcorp", "rackcorp",
"rackspace", "rackspace",
"rcode0", "rcode0",
@ -9180,6 +9166,7 @@ var pmgapi = [
"variomedia", "variomedia",
"vscale", "vscale",
"vultr", "vultr",
"websupport",
"world4you", "world4you",
"yandex", "yandex",
"zilore", "zilore",
@ -9322,6 +9309,7 @@ var pmgapi = [
"ali", "ali",
"anx", "anx",
"arvan", "arvan",
"aurora",
"autodns", "autodns",
"aws", "aws",
"azure", "azure",
@ -9412,6 +9400,7 @@ var pmgapi = [
"pdns", "pdns",
"pleskxml", "pleskxml",
"pointhq", "pointhq",
"porkbun",
"rackcorp", "rackcorp",
"rackspace", "rackspace",
"rcode0", "rcode0",
@ -9428,6 +9417,7 @@ var pmgapi = [
"variomedia", "variomedia",
"vscale", "vscale",
"vultr", "vultr",
"websupport",
"world4you", "world4you",
"yandex", "yandex",
"zilore", "zilore",
@ -10108,8 +10098,8 @@ var pmgapi = [
"typetext" : "<integer> (1000000 - N)" "typetext" : "<integer> (1000000 - N)"
}, },
"safebrowsing" : { "safebrowsing" : {
"default" : 1, "default" : 0,
"description" : "Enables support for Google Safe Browsing.", "description" : "Enables support for Google Safe Browsing. (deprecated option, will be ignored)",
"optional" : 1, "optional" : 1,
"type" : "boolean", "type" : "boolean",
"typetext" : "<boolean>" "typetext" : "<boolean>"
@ -10303,7 +10293,7 @@ var pmgapi = [
"typetext" : "<integer> (1 - 65535)" "typetext" : "<integer> (1 - 65535)"
}, },
"max_filters" : { "max_filters" : {
"default" : 35, "default" : 38,
"description" : "Maximum number of pmg-smtp-filter processes.", "description" : "Maximum number of pmg-smtp-filter processes.",
"maximum" : 40, "maximum" : 40,
"minimum" : 3, "minimum" : 3,
@ -10520,7 +10510,7 @@ var pmgapi = [
}, },
"clamav_heuristic_score" : { "clamav_heuristic_score" : {
"default" : 3, "default" : 3,
"description" : "Score for ClamAV heuristics (Encrypted Archives/Documents, Google Safe Browsing database, PhishingScanURLs, ...).", "description" : "Score for ClamAV heuristics (Encrypted Archives/Documents, PhishingScanURLs, ...).",
"maximum" : 1000, "maximum" : 1000,
"minimum" : 0, "minimum" : 0,
"optional" : 1, "optional" : 1,
@ -15494,13 +15484,6 @@ var pmgapi = [
"format" : "pve-node", "format" : "pve-node",
"type" : "string", "type" : "string",
"typetext" : "<string>" "typetext" : "<string>"
},
"upgrade" : {
"default" : 0,
"description" : "Run 'apt-get dist-upgrade' instead of normal shell.",
"optional" : 1,
"type" : "boolean",
"typetext" : "<boolean>"
} }
} }
}, },

View File

@ -26,9 +26,9 @@ This option sets the lowest number of Credit Card or Social Security numbers fou
Sets the maximum amount of data (in bytes) to be scanned for each input file. Sets the maximum amount of data (in bytes) to be scanned for each input file.
`safebrowsing`: `<boolean>` ('default =' `1`):: `safebrowsing`: `<boolean>` ('default =' `0`)::
Enables support for Google Safe Browsing. Enables support for Google Safe Browsing. (deprecated option, will be ignored)
`scriptedupdates`: `<boolean>` ('default =' `0`):: `scriptedupdates`: `<boolean>` ('default =' `0`)::

View File

@ -82,9 +82,9 @@ This option sets the lowest number of Credit Card or Social Security numbers fou
Sets the maximum amount of data (in bytes) to be scanned for each input file. Sets the maximum amount of data (in bytes) to be scanned for each input file.
`safebrowsing`: `<boolean>` ('default =' `1`):: `safebrowsing`: `<boolean>` ('default =' `0`)::
Enables support for Google Safe Browsing. Enables support for Google Safe Browsing. (deprecated option, will be ignored)
`scriptedupdates`: `<boolean>` ('default =' `0`):: `scriptedupdates`: `<boolean>` ('default =' `0`)::
@ -152,7 +152,7 @@ Hide received header in outgoing mails.
SMTP port number for outgoing mail (trusted). SMTP port number for outgoing mail (trusted).
`max_filters`: `<integer> (3 - 40)` ('default =' `35`):: `max_filters`: `<integer> (3 - 40)` ('default =' `38`)::
Maximum number of pmg-smtp-filter processes. Maximum number of pmg-smtp-filter processes.
@ -240,7 +240,7 @@ Additional score for bounce mails.
`clamav_heuristic_score`: `<integer> (0 - 1000)` ('default =' `3`):: `clamav_heuristic_score`: `<integer> (0 - 1000)` ('default =' `3`)::
Score for ClamAV heuristics (Encrypted Archives/Documents, Google Safe Browsing database, PhishingScanURLs, ...). Score for ClamAV heuristics (Encrypted Archives/Documents, PhishingScanURLs, ...).
`languages`: `(all|([a-z][a-z])+( ([a-z][a-z])+)*)` ('default =' `all`):: `languages`: `(all|([a-z][a-z])+( ([a-z][a-z])+)*)` ('default =' `all`)::

View File

@ -4,7 +4,7 @@ Additional score for bounce mails.
`clamav_heuristic_score`: `<integer> (0 - 1000)` ('default =' `3`):: `clamav_heuristic_score`: `<integer> (0 - 1000)` ('default =' `3`)::
Score for ClamAV heuristics (Encrypted Archives/Documents, Google Safe Browsing database, PhishingScanURLs, ...). Score for ClamAV heuristics (Encrypted Archives/Documents, PhishingScanURLs, ...).
`languages`: `(all|([a-z][a-z])+( ([a-z][a-z])+)*)` ('default =' `all`):: `languages`: `(all|([a-z][a-z])+( ([a-z][a-z])+)*)` ('default =' `all`)::

View File

@ -97,7 +97,7 @@ ACME challenge type.
ACME Plugin ID name ACME Plugin ID name
`--api` `<1984hosting | acmedns | acmeproxy | active24 | ad | ali | anx | arvan | autodns | aws | azure | cf | clouddns | cloudns | cn | conoha | constellix | cx | cyon | da | ddnss | desec | df | dgon | dnsimple | do | doapi | domeneshop | dp | dpi | dreamhost | duckdns | durabledns | dyn | dynu | dynv6 | easydns | edgedns | euserv | exoscale | freedns | gandi_livedns | gcloud | gd | gdnsdk | he | hetzner | hexonet | hostingde | huaweicloud | infoblox | infomaniak | internetbs | inwx | ionos | ispconfig | jd | joker | kappernet | kas | kinghost | knot | leaseweb | lexicon | linode | linode_v4 | loopia | lua | maradns | me | miab | misaka | myapi | mydevil | mydnsjp | namecheap | namecom | namesilo | nederhost | neodigit | netcup | netlify | nic | njalla | nm | nsd | nsone | nsupdate | nw | one | online | openprovider | openstack | opnsense | ovh | pdns | pleskxml | pointhq | rackcorp | rackspace | rcode0 | regru | scaleway | schlundtech | selectel | servercow | simply | tele3 | transip | ultra | unoeuro | variomedia | vscale | vultr | world4you | yandex | zilore | zone | zonomi>` :: `--api` `<1984hosting | acmedns | acmeproxy | active24 | ad | ali | anx | arvan | aurora | autodns | aws | azure | cf | clouddns | cloudns | cn | conoha | constellix | cx | cyon | da | ddnss | desec | df | dgon | dnsimple | do | doapi | domeneshop | dp | dpi | dreamhost | duckdns | durabledns | dyn | dynu | dynv6 | easydns | edgedns | euserv | exoscale | freedns | gandi_livedns | gcloud | gd | gdnsdk | he | hetzner | hexonet | hostingde | huaweicloud | infoblox | infomaniak | internetbs | inwx | ionos | ispconfig | jd | joker | kappernet | kas | kinghost | knot | leaseweb | lexicon | linode | linode_v4 | loopia | lua | maradns | me | miab | misaka | myapi | mydevil | mydnsjp | namecheap | namecom | namesilo | nederhost | neodigit | netcup | netlify | nic | njalla | nm | nsd | nsone | nsupdate | nw | one | online | openprovider | openstack | opnsense | ovh | pdns | pleskxml | pointhq | porkbun | rackcorp | rackspace | rcode0 | regru | scaleway | schlundtech | selectel | servercow | simply | tele3 | transip | ultra | unoeuro | variomedia | vscale | vultr | websupport | world4you | yandex | zilore | zone | zonomi>` ::
API plugin name API plugin name
@ -149,7 +149,7 @@ Update ACME plugin configuration.
ACME Plugin ID name ACME Plugin ID name
`--api` `<1984hosting | acmedns | acmeproxy | active24 | ad | ali | anx | arvan | autodns | aws | azure | cf | clouddns | cloudns | cn | conoha | constellix | cx | cyon | da | ddnss | desec | df | dgon | dnsimple | do | doapi | domeneshop | dp | dpi | dreamhost | duckdns | durabledns | dyn | dynu | dynv6 | easydns | edgedns | euserv | exoscale | freedns | gandi_livedns | gcloud | gd | gdnsdk | he | hetzner | hexonet | hostingde | huaweicloud | infoblox | infomaniak | internetbs | inwx | ionos | ispconfig | jd | joker | kappernet | kas | kinghost | knot | leaseweb | lexicon | linode | linode_v4 | loopia | lua | maradns | me | miab | misaka | myapi | mydevil | mydnsjp | namecheap | namecom | namesilo | nederhost | neodigit | netcup | netlify | nic | njalla | nm | nsd | nsone | nsupdate | nw | one | online | openprovider | openstack | opnsense | ovh | pdns | pleskxml | pointhq | rackcorp | rackspace | rcode0 | regru | scaleway | schlundtech | selectel | servercow | simply | tele3 | transip | ultra | unoeuro | variomedia | vscale | vultr | world4you | yandex | zilore | zone | zonomi>` :: `--api` `<1984hosting | acmedns | acmeproxy | active24 | ad | ali | anx | arvan | aurora | autodns | aws | azure | cf | clouddns | cloudns | cn | conoha | constellix | cx | cyon | da | ddnss | desec | df | dgon | dnsimple | do | doapi | domeneshop | dp | dpi | dreamhost | duckdns | durabledns | dyn | dynu | dynv6 | easydns | edgedns | euserv | exoscale | freedns | gandi_livedns | gcloud | gd | gdnsdk | he | hetzner | hexonet | hostingde | huaweicloud | infoblox | infomaniak | internetbs | inwx | ionos | ispconfig | jd | joker | kappernet | kas | kinghost | knot | leaseweb | lexicon | linode | linode_v4 | loopia | lua | maradns | me | miab | misaka | myapi | mydevil | mydnsjp | namecheap | namecom | namesilo | nederhost | neodigit | netcup | netlify | nic | njalla | nm | nsd | nsone | nsupdate | nw | one | online | openprovider | openstack | opnsense | ovh | pdns | pleskxml | pointhq | porkbun | rackcorp | rackspace | rcode0 | regru | scaleway | schlundtech | selectel | servercow | simply | tele3 | transip | ultra | unoeuro | variomedia | vscale | vultr | websupport | world4you | yandex | zilore | zone | zonomi>` ::
API plugin name API plugin name