首页
关于
Search
1
Hyper-V虚拟机无法启动提示Start Pxe over IPv4解决方法
318 阅读
2
HTTP代理格式含义
235 阅读
3
Ubuntu编译指定版本OpenWrt
212 阅读
4
虚拟显示器
203 阅读
5
关于山东联通最新光猫中兴F677v2无法改桥接的问题
179 阅读
说说
游戏
方舟
软件
Linux
Ubuntu
Openwrt
Docker
登录
Search
标签搜索
Openwrt
丶曲終人散ゞ
累计撰写
76
篇文章
累计收到
65
条评论
首页
栏目
说说
游戏
方舟
软件
Linux
Ubuntu
Openwrt
Docker
页面
关于
搜索到
21
篇与
的结果
2025-02-21
OpenWrt MosDNS自用设置
远程DNS使用https://dns.google/dns-queryhttps://1.1.1.1/dns-query
2025年02月21日
14 阅读
0 评论
0 点赞
2024-08-14
Debian11 遇到的某些问题
执行命令遇到 bash: curl: command not foundapt-get update apt-get install curl`
2024年08月14日
71 阅读
0 评论
0 点赞
2024-08-05
OpenWrt Docker提示code:500
Containers: start 07828fc6b103...code:500 driver failed programming external connectivity on endpoint it-tools (9c53f28c05fbe0f138a3a8286b5de9c6158aa6832489fca424e6d14be70c1dcc): Unable to enable DNAT rule: (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 8080 -j DNAT --to-destination 172.17.0.7:80 ! -i docker0: iptables: No chain/target/match by that name. (exit status 1))在 /etc/docker/daemon.json 中,开启iptables。{ "iptables": true }shell执行/etc/init.d/dockerd restart
2024年08月05日
149 阅读
0 评论
1 点赞
2024-07-28
OpenWrt WebDav 配置文件
# 服务器相关设置 address: 0.0.0.0 # 服务器监听的地址,0.0.0.0 表示所有可用的网络接口 port: 10880 # 服务器监听的端口 auth: true # 是否启用身份验证 tls: false # 是否启用 TLS(传输层安全) cert: cert.pem # TLS 证书文件路径(在 TLS 启用时) key: key.pem # TLS 密钥文件路径(在 TLS 启用时) prefix: / # URL 前缀 # 默认用户设置(会被合并) scope: . # 文件服务器的默认作用范围 modify: true # 是否允许修改文件 rules: [] # 默认规则(未定义任何规则) # CORS 配置 cors: enabled: true # 是否启用跨域资源共享 credentials: true # 是否允许发送凭证(如 cookies) allowed_headers: - Depth # 允许的 HTTP 请求头 allowed_hosts: - http://localhost:8999 # 允许的访问源(CORS) allowed_methods: - GET # 允许的 HTTP 方法 exposed_headers: - Content-Length # 暴露给客户端的 HTTP 响应头 - Content-Range # 暴露给客户端的 HTTP 响应头 # 用户配置 users: - username: video # 用户名 password: 123 # 密码 scope: /mnt/sdb1 # 用户的文件作用范围 modify: true # 是否允许该用户修改文件 rules: # 用户的规则 - regex: false allow: false path: /some/file # 禁止访问 /some/file 路径
2024年07月28日
103 阅读
0 评论
0 点赞
2024-07-27
HTTP代理格式含义
HTTP代理的格式通常如下:http://username:password@proxy_server_address:port每个部分的含义如下:username: 代理服务器的用户名(如果需要身份验证)。password: 代理服务器的密码(如果需要身份验证)。proxy_server_address: 代理服务器的地址,可以是域名或IP地址。port: 代理服务器的端口号。例如,如果你的代理服务器地址是 proxy.example.com,端口是 8080,用户名是 user,密码是 pass,那么完整的代理格式将是:http://user:pass@proxy.example.com:8080
2024年07月27日
235 阅读
0 评论
0 点赞
1
2
...
5