ifconfig can no logner collect stats for RX/TX packets by Linux kernel 6.6 or later
shell script of proof by Cloudlfare API v4 (sorry pound sign is changed to %23) `%23!/bin/bash CF_AUTH_KEY="xxx" CF_AUTH_MAIL="mmm" curlRetrieve(){ curl -s -X GET "https://api.cloudflare.com/client/v4/zones/$1/dns_records/$2" \ -H "X-Auth-Email: "$CF_AUTH_MAIL \ -H "X-Auth-Key: "$CF_AUTH_KEY \ -H "Content-Type: application/json" | \ python -m json.tool } curlUpdate(){ echo "Changing IP addr... '$3'" curl -s -X PUT "https://api.cloudflare.com/client/v4/zones/$1/dns_records/$2" \ -H "X-Auth-Email:...
shell script of proof by Cloudlfare API v4 (sorry pound sign is changed to %23) %23!/bin/bash CF_AUTH_KEY="xxx" CF_AUTH_MAIL="mmm" curlRetrieve(){ curl -s -X GET "https://api.cloudflare.com/client/v4/zones/$1/dns_records/$2" \ -H "X-Auth-Email: "$CF_AUTH_MAIL \ -H "X-Auth-Key: "$CF_AUTH_KEY \ -H "Content-Type: application/json" | \ python -m json.tool } curlUpdate(){ echo "Changing IP addr... '$3'" curl -s -X PUT "https://api.cloudflare.com/client/v4/zones/$1/dns_records/$2" \ -H "X-Auth-Email: "$CF_AUTH_MAIL...
Is Cloudflare protocol deprecated
Noted. Added zone= and the updating procedure can move forward. However, a new issue occurred. Will issue another ticket to figure out
IDNA zone name support yet?
DEBUG: .../IO/Socket/SSL.pm:2700: new ctx 22412896 DEBUG: .../IO/Socket/SSL.pm:612: socket not yet connected DEBUG: .../IO/Socket/SSL.pm:614: socket connected DEBUG: .../IO/Socket/SSL.pm:636: ssl handshake not started DEBUG: .../IO/Socket/SSL.pm:669: using SNI with hostname XXX DEBUG: .../IO/Socket/SSL.pm:704: request OCSP stapling DEBUG: .../IO/Socket/SSL.pm:723: set socket to non-blocking to enforce timeout=120 DEBUG: .../IO/Socket/SSL.pm:736: call Net::SSLeay::connect DEBUG: .../IO/Socket/SSL.pm:739:...
proxy with ssl, support TLS v1.2 instead of SSLv2/3