Debian 使用Nginx + SmartDNS 建DoH
删除默认源的Nginx(如果安装了Nginx)
1 | sudo apt remove nginx-* |
配置Nginx官方源
安装Nginx的njs模块
1 | sudo apt install nginx-module-njs |
打开/etc/nginx/nginx.conf
,在顶层添加以下配置加载模块
1 | load_module modules/ngx_http_js_module.so; |
Debian 使用Nginx + SmartDNS 建DoH
1 | sudo apt remove nginx-* |
1 | sudo apt install nginx-module-njs |
打开/etc/nginx/nginx.conf
,在顶层添加以下配置加载模块
1 | load_module modules/ngx_http_js_module.so; |
使用ls -i
查询文件inode值
使用find
命令删除
1 | find ./ -inum inode -delete |
或者
1 | find ./ -inum inode | xargs rm -rf |
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Update your browser to view this website correctly.&npsb;Update my browser now