mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-29 18:16:58 +00:00
Add docker default private network to allowed networks
This commit is contained in:
parent
da6c59382f
commit
143b650b53
1 changed files with 4 additions and 3 deletions
|
@ -221,9 +221,10 @@ checkActivityPubGetSignature: false
|
||||||
# For security reasons, uploading attachments from the intranet is prohibited,
|
# For security reasons, uploading attachments from the intranet is prohibited,
|
||||||
# but exceptions can be made from the following settings. Default value is "undefined".
|
# but exceptions can be made from the following settings. Default value is "undefined".
|
||||||
# Read changelog to learn more (Improvements of 12.90.0 (2021/09/04)).
|
# Read changelog to learn more (Improvements of 12.90.0 (2021/09/04)).
|
||||||
#allowedPrivateNetworks: [
|
allowedPrivateNetworks: [
|
||||||
# '127.0.0.1/32'
|
'127.0.0.1/32',
|
||||||
#]
|
'192.168.65.0/24'
|
||||||
|
]
|
||||||
|
|
||||||
#customMOTD: ['Hello World', 'The sharks rule all', 'Shonks']
|
#customMOTD: ['Hello World', 'The sharks rule all', 'Shonks']
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue