We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我希望能够通过公网ipv6唤醒家里的电脑 在经过一番查找之后我找到了这个 简介里是说可以传递ip参数的 但是并没有讲明如何传递 经过我自己各种尝试之后也无果 希望能够解惑 如果不能支持ipv6的话也希望能够说明
The text was updated successfully, but these errors were encountered:
对不起,没有看到已经关闭的issues里已经有过这个问题了
Sorry, something went wrong.
经过有一次尝试之后发现传递不了ipv6参数:(
WOL 全称是 Wake-on-LAN,是一种局域网唤醒技术,无法进行跨网段唤醒,更不要说是公网唤醒了。
关于IPV6的服务端 WolGoWeb 是支持的,如果你需要通过ipv6唤醒关闭的主机那需要你的网卡在关机时保留ipv6监听状态,因为ipv6没有广播的功能,所以ipv6必须指定ip进行。
在我的理解中网卡在关机时ipv4都没有保留只是监听广播数据包来实现wol功能,所以通过ipv6唤醒的网卡可能不存在,如果有可以帮我更正。
No branches or pull requests
我希望能够通过公网ipv6唤醒家里的电脑
在经过一番查找之后我找到了这个
简介里是说可以传递ip参数的
但是并没有讲明如何传递
经过我自己各种尝试之后也无果
希望能够解惑
如果不能支持ipv6的话也希望能够说明
The text was updated successfully, but these errors were encountered: