Code Monkey home page Code Monkey logo

ddns.net's Introduction

ddns.net

使用.NetCore6.0+Vue3 开发(前后端SPA模式)。

支持阿里云,腾讯云,百度云,华为云,京东云,Godaddy、西部数码,支持IPV4,IPV6。

IPV4通过接口获取(https://www.cz88.net)

IPV6优先网卡获取,其次接口获取(https://6.ipw.cn,https://speed.neu6.edu.cn/getIP.php,https://v6.ident.me)

1、安装:直接 docker run

docker run -it -e ASPNETCORE_URLS=http://*:8888 -d --restart=always --net=host --name ddns.net deathvicky/ddns.net

参数说明

-e ASPNETCORE_URLS=http://*:8888 指定服务地址
--net=host  为了获取宿主机网卡IPV6地址,不加则默认使用bridge 无法获取IPV6地址

1.1 如果不需要IPV6或者说家里没有IPV6 则使用下面的命令即可

docker run -it -d --restart=always -p 8888:3344 --name ddns.net deathvicky/ddns.net

2、运行+配置

浏览器访问 http://ip:8888

填写相应的数据库配置,账号配置,域名配置

image

ddns.net's People

Contributors

jianzhichu avatar

Watchers

 avatar

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.