सिस्टम IP पते

51.250.10.6
62.84.112.149

GAMEMONITORING इन IP addresses का उपयोग game servers check करने और Webhook requests आपके system तक deliver करने के लिए करता है।

अगर आपका server, website, WAF, CDN या bot protection incoming requests limit करता है, तो इन्हें allowlist में जोड़ें।

कब जोड़ना है

  • game server केवल allowed addresses से request accept करता है;
  • Webhook handler firewall, WAF या Cloudflare से protected है;
  • bot protection automated requests block करता है;
  • hosting provider network rules के लिए IP list मांगता है।

उपयोग उदाहरण

Webhook example: handler https://panel.example.com/gamemonitoring-webhook पर है और domain Cloudflare से protected है। GAMEMONITORING IP addresses को domain या exact path के लिए allowlist में जोड़ें, ताकि Cloudflare challenge न दिखाए और Webhook POST requests block न करे।

Game server example: firewall query port को केवल trusted addresses से allow करता है। GAMEMONITORING IP addresses को query port rule में जोड़ें, नहीं तो monitoring online status और server state स्थिर रूप से check नहीं कर पाएगा।

Allowlist configure करें

ऊपर की list वाले IP addresses अपने system administrator या hosting provider को दें। Rule को इन addresses से game server या Webhook handler तक incoming requests allow करनी चाहिए।

अगर rule path-based है, तो इसे required endpoint तक सीमित रखें, जैसे /gamemonitoring-webhook। अगर rule port-based है, तो केवल game query port या Webhook लेने वाले web-server port को specify करें।

Configure करने के बाद जांचें

Rules बदलने के बाद test request या test Webhook भेजें और check करें कि request अब block नहीं हो रही।

अगर check fail हो, तो firewall, WAF या Cloudflare logs देखें। Logs में source IP, request path और block reason दिखना चाहिए। इससे domain, path, port या rule order की गलती मिलती है।

Cloudflare configuration

अगर Webhook handler Cloudflare के पीछे है, तो GAMEMONITORING IP addresses को ऐसी rule में जोड़ें जो इन requests के लिए WAF checks skip करती है:

  1. Cloudflare dashboard में login करें।
  2. ज़रूरी domain चुनें।
  3. Security खोलें।
  4. WAF चुनें।
  5. Custom rules खोलें।
  6. Create rule दबाएं।
  7. Clear name दें, जैसे Allow GAMEMONITORING
  8. Field में IP Source Address चुनें।
  9. Operator में is in चुनें।
  10. Value में ऊपर की list वाले IP addresses जोड़ें।
  11. Choose action में Skip चुनें।
  12. WAF components to skip में वे checks चुनें जो handler requests block करते हैं।
  13. Select order में First चुनें।
  14. Deploy दबाएं।

अगर setup के बाद भी requests block हों, तो firewall या Cloudflare logs जांचें और rule सही domain तथा handler path पर लागू है या नहीं देखें।