# CURRENT CLOUDFLARE TUNNEL CONFIGURATION (STATIC 192.168.1.10) ```json { "ingress": [ { "service": "ssh://192.168.1.10:22", "hostname": "ssh-sys.atyg.org", "originRequest": {} }, { "service": "https://192.168.1.10:443", "hostname": "dsm.atyg.org", "originRequest": { "noTLSVerify": true } }, { "id": "1", "service": "https://192.168.1.10:443", "hostname": "po.atyg.org", "originRequest": { "noTLSVerify": true } }, { "id": "2", "service": "https://192.168.1.10:443", "hostname": "ntfy-sys.atyg.org", "originRequest": { "noTLSVerify": true } }, { "id": "3", "service": "https://192.168.1.10:443", "hostname": "kuma-sys.atyg.org", "originRequest": { "noTLSVerify": true } }, { "id": "4", "service": "https://192.168.1.10:443", "hostname": "git.atyg.org", "originRequest": { "http2Origin": false, "noTLSVerify": true, "disableChunkedEncoding": true } }, { "id": "5", "service": "https://192.168.1.10:443", "hostname": "drive-app.atyg.org", "originRequest": { "noTLSVerify": true } }, { "id": "6", "service": "https://192.168.1.10:443", "hostname": "collabora-app.atyg.org", "originRequest": { "noTLSVerify": true } }, { "id": "7", "service": "https://192.168.1.10:443", "hostname": "office-app.atyg.org", "originRequest": { "noTLSVerify": true } }, { "id": "8", "service": "https://192.168.1.10:443", "hostname": "stories.atyg.org", "originRequest": { "noTLSVerify": true } }, { "id": "9", "service": "https://192.168.1.10:443", "hostname": "verdaccio-sys.atyg.org", "originRequest": { "noTLSVerify": true } }, { "id": "10", "service": "https://192.168.1.10:443", "hostname": "vault-sys.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "https://192.168.1.10:443", "hostname": "dsm-sys.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "https://192.168.1.10:443", "hostname": "gotify-sys.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "https://192.168.1.10:443", "hostname": "vpn-sys.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "tcp://192.168.1.15", "hostname": "vpn.atyg.org", "originRequest": {} }, { "service": "https://192.168.1.10:443", "hostname": "image-app.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "https://192.168.1.10:443", "hostname": "mail.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "https://192.168.1.10:443", "hostname": "mail.atyg.org", "originRequest": {} }, { "service": "https://192.168.1.10:443", "hostname": "mail.atyg.org", "originRequest": {} }, { "service": "https://192.168.1.10:443", "hostname": "traefik.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "https://192.168.1.10:443", "hostname": "ocis-app.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "https://192.168.1.10:443", "hostname": "wopi-app.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "https://192.168.1.10:443", "hostname": "companion-app.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "https://192.168.1.10:443", "hostname": "quay.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "https://192.168.1.10:443", "hostname": "api-minio-sys.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "https://192.168.1.10:443", "hostname": "minio-sys.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "tcp://192.168.1.10:5432", "hostname": "ext1db.atyg.org", "originRequest": {} }, { "service": "https://192.168.1.10:443", "hostname": "chat.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "https://192.168.1.10:443", "hostname": "matrix.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "https://192.168.1.10:443", "hostname": "searchmy.org", "originRequest": { "noTLSVerify": true } }, { "service": "https://192.168.1.10:443", "hostname": "green-owl.atyg.org", "originRequest": { "noTLSVerify": true, "originServerName": "green-owl.atyg.org" } }, { "service": "https://192.168.1.10:443", "hostname": "food.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "https://192.168.1.10:443", "hostname": "ed-droid.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "https://192.168.1.10:443", "hostname": "nas-builder.atyg.org", "originRequest": { "noTLSVerify": true } }, { "service": "http_status:404" } ], "warp-routing": { "enabled": false } } ```