mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-10 10:48:10 +02:00
Deactivated proxying of bluesky web domain
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
'zone': (BLUESKY_WEB_DOMAIN | to_zone),
|
'zone': (BLUESKY_WEB_DOMAIN | to_zone),
|
||||||
'name': BLUESKY_WEB_DOMAIN,
|
'name': BLUESKY_WEB_DOMAIN,
|
||||||
'content': networks.internet.ip4,
|
'content': networks.internet.ip4,
|
||||||
'proxied': True,
|
'proxied': False,
|
||||||
'state': ((BLUESKY_WEB_ENABLED | bool) | ternary('present','absent')),
|
'state': ((BLUESKY_WEB_ENABLED | bool) | ternary('present','absent')),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
'zone': (BLUESKY_WEB_DOMAIN | to_zone),
|
'zone': (BLUESKY_WEB_DOMAIN | to_zone),
|
||||||
'name': BLUESKY_WEB_DOMAIN,
|
'name': BLUESKY_WEB_DOMAIN,
|
||||||
'content': (networks.internet.ip6 | default('')),
|
'content': (networks.internet.ip6 | default('')),
|
||||||
'proxied': True,
|
'proxied': False,
|
||||||
'state': (
|
'state': (
|
||||||
((BLUESKY_WEB_ENABLED | bool)
|
((BLUESKY_WEB_ENABLED | bool)
|
||||||
and (networks.internet.ip6 is defined)
|
and (networks.internet.ip6 is defined)
|
||||||
|
Reference in New Issue
Block a user