Community discussions

MikroTik App

Search found 3 matches

by root87hk
Wed Dec 11, 2024 10:00 am
Forum: Scripting
Topic: [Tutorial] Update Cloudflare DNS record by script.
Replies: 2
Views: 3418

[Tutorial] Update Cloudflare DNS record by script.

Today the mikrotik routeros build-in DDNS outage make everyone tons of system outage. I am planing to switch to update the dns record public ip to cloudflare API by using scheduler script. :D # get the public ip address :global getPublicIp [/tool/fetch url=https://api.ipify.org output=user as-value]...
by root87hk
Wed Dec 11, 2024 9:57 am
Forum: General
Topic: IP Cloud (Dynamic DNS) down?
Replies: 101
Views: 19737

Re: mynetname is down ?

The build in DDNS outage make everyone a lot of system outage. I am planing to switch to update the dns record public ip to cloudflare API by using scheduler script. :D # get the public ip address :global debugA [/tool/fetch url=https://api.ipify.org output=user as-value]; :global debugA1 ($debugA->...
by root87hk
Sat Jul 25, 2020 4:21 pm
Forum: General
Topic: Secure Connection Failed
Replies: 8
Views: 5564

Re: Secure Connection Failed

hi all , i have problem to access some of site ( HTTPS ) exmaple : https://play.google.com https://*.wordpress.com site cannot open , and show " Secure Connection Failed " error i write this rule , but , not working and problem not solved ! /ip firewall mangle add action=change-mss chain=...