Skip to content
View xiruizhao's full-sized avatar

Block or report xiruizhao

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Cloudflare Dynamic DNS on Linux Cloudflare Dynamic DNS on Linux
    1
    # Cloudflare Dynamic DNS on Linux
    2
    I assume the target host is behind a router (with port forwarding set up). Network change is detected via `ip -6 route monitor`. To avoid unneccesary updates, the router's public IPv4 address is locally checked by pinging the address with TTL=1 before obtaining the current one from https://www.ipify.org and triggering an update. The host IPv6 address is directly extracted from route updates.
    3
    
                  
    4
    Please disable either DHCPv6 on the router or SLAAC on the host so that only one IPv6 address is used.
    5
    Please fill in `$ZONE_ID`, `$RECORD_ID`, `$API_TOKEN` and `$INTF` in `cloudflare-ddns.sh`
  2. Personal cash flow forecasting with ... Personal cash flow forecasting with Rmarkdown
    1
    ---
    2
    title: Personal cash flow forecasting
    3
    date: 2023-11-11
    4
    output: html_document
    5
    ---