李光春
李光春
> > 谢谢反馈!上一安装包对系统版本判断有点问题,现已修复。你可以再试试AlmaLinux 9是否可以安装?Debian和Ubuntu只能安装容器版 > > Last metadata expiration check: 0:01:05 ago on Fri 18 Oct 2024 01:38:21 AM UTC. percona-server-rocksdb-8.0.37-29.1.el9.x86_64.rpm 7.3 MB/s | 12 MB 00:01 Error: Problem: conflicting...
> 已修复,你再试试 重启后,部分接口反馈错误 ```json { "err": "Get \"http://127.0.0.1:4447/uuwaf/admin/sites\": dial tcp 127.0.0.1:4447: connect: connection refused" } ```
> > > 已修复,你再试试 > > > > > > 重启后,部分接口反馈错误 > > ```json > > { > > "err": "Get \"http://127.0.0.1:4447/uuwaf/admin/sites\": dial tcp 127.0.0.1:4447: connect: connection refused" > >...
> 首页是过滤了IPV6的显示。因为有点长。就没显示IPV6 首页拦截请求选项里不是有ipv6吗?
拦截请求里测试有显示,但是请求日志里还是没有显示,连续更新的这几个版本都是如此! 或者能不能进入数据库查看记录的数据?  
Debian12通过服务运行后,没发现 6080 端口 ``` [Unit] Description=SmartDNS UI Server After=network.target StartLimitBurst=0 StartLimitIntervalSec=60 [Service] Type=forking PIDFile=/var/run/smartdns.pid ExecStart=/root/smartdns/run-smartdns -p /var/run/smartdns.pid $SMART_DNS_OPTS Restart=always RestartSec=2 TimeoutStopSec=15 WorkingDirectory=/root/smartdns [Install] WantedBy=multi-user.target Alias=smartdns-ui.service ``` ``` root@SmartDNS:~# ss -tuln...
Debian系统可以使用服务方式启动 ``` [Unit] Description=SmartDNS Server After=network.target StartLimitBurst=0 StartLimitIntervalSec=60 [Service] Type=forking PIDFile=/root/smartdns/smartdns.pid ExecStart=/root/smartdns/ld-linux.so --library-path /root/smartdns /root/smartdns/smartdns -c /root/smartdns/smartdns.conf -p /root/smartdns/smartdns.pid Restart=always RestartSec=2 TimeoutStopSec=15 [Install] WantedBy=multi-user.target Alias=smartdns.service ``` smartdns.conf ``` # 数据目录...
> 看到了这篇文章的,但是这个是非官方的webui,用起来有点担心。 里面文件来自 https://github.com/pymumu/smartdns/issues/1917#issue-2870737146 提供的! Debian13提示的错误应该是 libsmartdns_ui.so 是在Debian12环境上编译的才导致13用不了的