-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
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
xray v1.7.5 not listen for ipv4 #1950
Comments
@fissssssh The v6 address is compatible with the v4 address. Even if it is listening to v6, you still can connect it via v4. If the kernel option BindIPv6Only is enabled, it cannot be connect via v4. |
@fissssssh lsof plz |
# lsof -i:443
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
xray 36284 root 3u IPv6 54861 0t0 TCP *:https (LISTEN) |
|
golang/go#9334 It's golang's intended behavior |
yes |
xray version: v1.7.5
config:
log
netstat
why only listen tcp6?
The text was updated successfully, but these errors were encountered: