You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
运行后显示如下错误:
root@instance-20220518-1220:~# ./good-mitm run -r netflix.yaml
[2023-03-16T13:04:57Z INFO good_mitm] CA Private key use: ca/private.key
[2023-03-16T13:04:57Z INFO good_mitm] CA Certificate use: ca/cert.crt
[2023-03-16T13:04:57Z INFO good_mitm] Http Proxy listen on: http://127.0.0.1:34567
thread 'main' panicked at 'Not a valid path: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /project/src/file/mod.rs:12:33
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
要怎么解决呢?
如果能加上配置文件监视并重载的功能,这样当通过服务启动时,修改配置文件比较方便,不需要重启服务。
The text was updated successfully, but these errors were encountered: