PoonKinWang

Results 2 issues of PoonKinWang

## Environment ```zsh % typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace typeset VENDOR=apple typeset OSTYPE=darwin22.0 typeset ZSH_PATCHLEVEL=zsh-5.8.1-0-g1a490c7 typeset -a _autocomplete__funcfiletrace=( /Users/test/.oh-my-zsh/custom/plugins/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 /Users/test/.oh-my-zsh/oh-my-zsh.sh:158 /Users/test/.zshrc:82 zsh:0 % git -C ~autocomplete log --oneline -n1...

bug
help wanted
question

很感谢NPS团队为开源社区带来优秀易用的网络穿透组建。 我已经使用nps一年了,在我使用的过程中,经常遇到网络波动而中断连接的情况: `2024/04/24 12:16:43.228 [E] [control.go:111] dial tcp 35.215.137.212:9990: connect: network is unreachable` 这种情况出现后服务并不会再次尝试连接,我尝试过一些解决办法,比如通过systemd去守护nps服务,但由于nps连接错误的时候并不会自动退出,因此没办法通过守护进程自动重启。 根据 [Issue #763](https://github.com/ehang-io/nps/issues/763#issue-835016687) 中提到的建议,我尝试过修改`disconnect_time`参数为默认和不同值,但是遇到网络波动时仍然发生永久性中断。 我的配置文件如下: ``` [common] server_addr=nps_ip:nps_port conn_type=tcp vkey=nps_vkey compress=true crypt=true rate_limit=10000 flow_limit=100 remark=ssh max_conn=10...

enhancement