You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Current IP is same as record's IP, must see the proper message indicating the identity
Yes. It shows my cloudflare domain and my current public IP address. Clouflare already has the right IP address.
# IP Address and Domain redacted
$ bash ./Cloudflare-Public-Dynamic-IP-Update/cloudflare_dynamic_ip_update.bash
current public IP address is xxx.xxx.xxx.190
sub.domain.tld: no needs to update
2. Current IP is not same as record's IP, record's IP must be updated and see the proper message indicating the record has been updated
Yes. Here's how I did it:
First I changed my WAN IP address.
Check my current IP with curl ip.me
Turn off my internet modem
Log into my DD-WRT router's web interface.
Release my IP address on my WAN.
Spoof my router's MAC address
Turn on the modem
Wait for a new WAN IP address.
Double-check my IP address Changed with curl ip.me xxx.xxx.xxx.230
Then I ran the script again.
# IP Address and Domain redacted
$ bash ./Cloudflare-Public-Dynamic-IP-Update/cloudflare_dynamic_ip_update.bash
current public IP address is xxx.xxx.xxx.230
sub.domain.tld: successfully updated to xxx.xxx.xxx.230
3. Has no connection, and see the error message
Yes.
I unplugged my modem and then ran the script.
$ bash ./Cloudflare-Public-Dynamic-IP-Update/cloudflare_dynamic_ip_update.bash
Check your internet connection, or google DNS server maybe interruptted
The text was updated successfully, but these errors were encountered:
OS Name and Version
Raspberry Pi OS Lite (arm32)
Test Result
1. Current IP is same as record's IP, must see the proper message indicating the identity
Yes. It shows my cloudflare domain and my current public IP address. Clouflare already has the right IP address.
# IP Address and Domain redacted $ bash ./Cloudflare-Public-Dynamic-IP-Update/cloudflare_dynamic_ip_update.bash current public IP address is xxx.xxx.xxx.190 sub.domain.tld: no needs to update
2. Current IP is not same as record's IP, record's IP must be updated and see the proper message indicating the record has been updated
Yes. Here's how I did it:
First I changed my WAN IP address.
curl ip.me
curl ip.me
xxx.xxx.xxx.230
Then I ran the script again.
# IP Address and Domain redacted $ bash ./Cloudflare-Public-Dynamic-IP-Update/cloudflare_dynamic_ip_update.bash current public IP address is xxx.xxx.xxx.230 sub.domain.tld: successfully updated to xxx.xxx.xxx.230
3. Has no connection, and see the error message
Yes.
I unplugged my modem and then ran the script.
The text was updated successfully, but these errors were encountered: