Git Product home page Git Product logo

dns-manager's People

Contributors

jackjiali avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dns-manager's Issues

部署问题请教

按文档部署完成后,使用本地用户登录时无反应,nginx的error.log中有如下记录:
2023/12/23 16:07:44 [error] 14438#14438: *11 open() "/opt/dns-manager/static/10.0.0.40/api/auth/login_local" failed (2: No such file or directory), client: 10.0.0.12, server: _, request: "POST /10.0.0.40/api/auth/login_local HTTP/1.1", host: "10.0.0.40", referrer: "http://10.0.0.40/"
请问是我哪里配置的有问题么。
nginx配置文件如下:
server {
listen 80 default;
server_name _;
location / {
index /index.html;
root /opt/dns-manager/static;
}
location /static {
index index.html;
root /opt/dns-manager/static;
}

location /api {
    proxy_pass http://127.0.0.1:8080;
}

}

peb-dns遇到的几个问题

在测试peb-dns过程中,遇到几个问题:
1、增加、编辑或增加记录的时,DNS服务器瞬间内存、CPU使用非常高,这与使用acl 和view有关系是么?有没有办法规避?
2、同时几台DNS服务器时,在每台服务器上部署了hfdns脚本,经常有部分服务器丢失acl.conf或view.conf文件,造成rndc reload 失败
3、需要提前规则好view,否则后续增加view时,需要删除default_view后再增加,有没有更好的方案?
4、如果有10条以上view,在增加zone保存时反应非常慢,不能再次点击保存,否则会有2条zone

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.