2 مستودعات
Integrations that send data to user-defined HTTP endpoints via webhooks.
Distinct from HTTP API Integrations: Focuses on outbound webhook triggers for IP updates rather than general inbound HTTP API processing.
Explore 2 awesome GitHub repositories matching web development · Custom Webhook Integrations. Refine with filters or upvote what's useful.
هذا المشروع عبارة عن عميل ومزامن DNS ديناميكي متعدد المزودين يراقب عناوين IPv4 و IPv6 المحلية ويحدث سجلات DNS تلقائياً عبر مختلف مزودي السحابة. يعمل كأداة لمراقبة عنوان IP وخطاف ويب (webhook) لتحديث IP الشبكة، مما يضمن بقاء أسماء النطاقات مشيرة إلى عناوين الشبكة الحالية. يتميز النظام بمجموعة واسعة من تكاملات المزودين الأصلية، بما في ذلك Cloudflare و AliDNS و DNSPod و Huawei Cloud و HE.net. بالإضافة إلى تحديثات السجلات البسيطة، يسمح النظام بإدارة حالة وكيل CDN، ومدة TTL، وخطوط التوجيه الإقليمية، مع دعم خطافات ويب HTTP مخصصة لتشغيل إشعارات خارجية كلما تم اكتشاف تغيير في IP. تغطي إمكانيات النظام اكتشاف IP العام عبر استعلامات API وأوامر shell، والتخزين المؤقت للحالة المحلية لمنع استدعاءات API الزائدة، والجدولة الآلية من خلال تعبيرات cron أو مديري المهام الأصليين للنظام. كما يوفر النظام تكويناً مرناً من خلال متغيرات البيئة، وملفات JSON، وعناوين URL لـ HTTP عن بُعد.
Implements custom HTTP API and webhook integrations to send IP updates when standard providers are unavailable.
This project is a containerized dynamic DNS update client designed to automate the synchronization of domain records with changing public IP addresses. It functions as a multi-provider synchronization engine that monitors network connectivity and updates DNS records across various cloud platforms and custom services to ensure consistent domain resolution. The system distinguishes itself through a provider-based adapter pattern that abstracts diverse third-party APIs into a unified interface, allowing for consistent record management. It employs multi-source IP discovery to mitigate rate limit
Enables dynamic DNS updates for unsupported providers by sending HTTP GET requests to custom webhook endpoints.