Suivez ces étapes pour autoriser les paiements sur votre réseau WiFi. Cela permet à vos clients d'acheter leurs tickets en toute autonomie, même s'ils n'ont pas de connexion Internet.
Connectez-vous à votre routeur MikroTik via le logiciel Winbox.
Dans le menu de gauche, cliquez sur "New Terminal".
Copiez le script ci-dessous, collez-le dans le terminal et appuyez sur Entrée.
# ========================================== # Script Walled Garden - Ticket WiFi Zone # ========================================== # 1. Nettoyage des anciennes règles TWZ /ip hotspot walled-garden remove [find comment="twz-auto-wg"] /ip hotspot walled-garden ip remove [find comment="twz-auto-wg"] # 2. Autorisations Générales (Host) /ip hotspot walled-garden add dst-host="*ticketwifizone.com*" action=allow comment="twz-auto-wg" /ip hotspot walled-garden add dst-host="*paydunya.com*" action=allow comment="twz-auto-wg" /ip hotspot walled-garden add dst-host="*pawapay.io*" action=allow comment="twz-auto-wg" /ip hotspot walled-garden add dst-host="*fedapay.com*" action=allow comment="twz-auto-wg" /ip hotspot walled-garden add dst-host="*moneroo.io*" action=allow comment="twz-auto-wg" /ip hotspot walled-garden add dst-host="*ligdicash.com*" action=allow comment="twz-auto-wg" /ip hotspot walled-garden add dst-host="*cinetpay.com*" action=allow comment="twz-auto-wg" /ip hotspot walled-garden add dst-host="*yengapay.com*" action=allow comment="twz-auto-wg" /ip hotspot walled-garden add dst-host="*wave.com*" action=allow comment="twz-auto-wg" /ip hotspot walled-garden add dst-host="*galaxieteam.com*" action=allow comment="twz-auto-wg" # 3. Autorisations Spécifiques (IP List) /ip hotspot walled-garden ip add dst-host="paydunya.com" action=accept comment="twz-auto-wg" /ip hotspot walled-garden ip add dst-host="checkout.moneroo.io" action=accept comment="twz-auto-wg"