1
0
Fork 0

chore: don't proxy the requests through cloudflare

This commit is contained in:
Arthur K. 2025-11-07 05:17:27 +03:00
parent 5c906ac814
commit a3cf21f5bd
Signed by: wzray
GPG key ID: B97F30FDC4636357

3
app.py
View file

@ -87,6 +87,7 @@ class Observer:
).json()
except Exception:
return
dynamic_conf = {
'http': {
'middlewares': runtime_conf.get('middlewares') or {},
@ -147,7 +148,7 @@ class Observer:
'comment': NODE_NAME,
'content': EXTERNAL_HOST,
'type': 'A',
'proxied': True,
'proxied': False,
'name': x,
} for x in cls.external]