Giter Site home page Giter Site logo

Comments (7)

sanjusss avatar sanjusss commented on May 20, 2024

是在docker中运行的还是直接运行的?
docker中运行需要设置容器的网络模式为host。

from aliyun-ddns.

Curious-r avatar Curious-r commented on May 20, 2024

是在docker中运行的还是直接运行的?
docker中运行需要设置容器的网络模式为host。

是docker运行的,设置确实是host呀,命令是这样的

docker run -d --restart=always --net=host \
    -e "AKID=*****" \
    -e "AKSCT=****" \
    -e "DOMAIN=****" \
    -e "ENDPOINT=cn-beijing" \
    -e "REDO=300" \
    -e "TTL=600" \
    -e "TIMEZONE=8.0" \
    -e "TYPE=AAAA" \
    -e "CHECKLOCAL=true" \
    sanjusss/aliyun-ddns

from aliyun-ddns.

sanjusss avatar sanjusss commented on May 20, 2024

设置CHECKLOCAL为true时,需要同时设置IPV6NETS(这个设置的本意是防止获取到类似fe80之类的本地ip)

from aliyun-ddns.

Curious-r avatar Curious-r commented on May 20, 2024

设置CHECKLOCAL为true时,需要同时设置IPV6NETS(这个设置的本意是防止获取到类似fe80之类的本地ip)

可以了,感谢帮助!我第一次尝试的时候设置过这个参数,没生效,现在想想是因为多复制了个冒号。。。。

from aliyun-ddns.

Curious-r avatar Curious-r commented on May 20, 2024

设置CHECKLOCAL为true时,需要同时设置IPV6NETS(这个设置的本意是防止获取到类似fe80之类的本地ip)

啊对了,还有个问题请教大佬,这个软件可以区分v6地址里的临时地址和DHCPv6分配的地址吗,我的设备上2408开头的公网地址也有好几个,就是标记不太一样,有的带mngtmpaddr之类的

from aliyun-ddns.

sanjusss avatar sanjusss commented on May 20, 2024

啊对了,还有个问题请教大佬,这个软件可以区分v6地址里的临时地址和DHCPv6分配的地址吗,我的设备上2408开头的公网地址也有好几个,就是标记不太一样,有的带mngtmpaddr之类的

暂时不能。那几个地址使用起来没有本质区别

from aliyun-ddns.

Curious-r avatar Curious-r commented on May 20, 2024

啊对了,还有个问题请教大佬,这个软件可以区分v6地址里的临时地址和DHCPv6分配的地址吗,我的设备上2408开头的公网地址也有好几个,就是标记不太一样,有的带mngtmpaddr之类的

暂时不能。那几个地址使用起来没有本质区别

收到,感谢回复😉

from aliyun-ddns.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.