mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update share/config_settings.toml
Co-authored-by: ljf (zamentur) <zamentur@users.noreply.github.com>
This commit is contained in:
parent
a52918bcaa
commit
23af36e1cd
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ name = "Security"
|
||||||
name = "IPmirrors"
|
name = "IPmirrors"
|
||||||
[security.ipmirrors.v4]
|
[security.ipmirrors.v4]
|
||||||
type = "tags"
|
type = "tags"
|
||||||
default = "https://ip.yunohost.org,https://api.ipify.net"
|
default = "https://ip.yunohost.org,https://api.ipify.org"
|
||||||
|
pattern.regexp = '^https://.*$'
|
||||||
|
pattern.error = "Provide a secured https URL"
|
||||||
[security.ipmirrors.v6]
|
[security.ipmirrors.v6]
|
||||||
type = "tags"
|
type = "tags"
|
||||||
default = "https://ip6.yunohost.org"
|
default = "https://ip6.yunohost.org"
|
||||||
|
|
Loading…
Add table
Reference in a new issue