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
I found that the ping proxy is supported, is there any more detailed documentation or configuration examples?
{ "ping": { "protocol": "<default/unprivileged>", "gateway4": "<0.0.0.0>", "gateway6": "<::>", "disableIPv6": true } }
The text was updated successfully, but these errors were encountered:
need more document
Sorry, something went wrong.
Requires TUN or a special client to support this.
Usage: request a UDP connection to the target with port 7
Same format as UNIX unprivileged ICMP socket: socket(AF_INET, SOCK_DGRAM, IPPROTO_ICMP/IPPROTO_ICMPv6)
socket(AF_INET, SOCK_DGRAM, IPPROTO_ICMP/IPPROTO_ICMPv6)
No branches or pull requests
I found that the ping proxy is supported, is there any more detailed documentation or configuration examples?
The text was updated successfully, but these errors were encountered: