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
Expected behavior: Applications traffic going through the proxy chain in PCap
Actual behavior: It just doesn't go through and gives an error. (SocketError: Connection unexpectedly closed.)
Make a mixed inbound and configurate it in pcap and add an application (for my example I'm using discord).
I'm not quite sure if this is a problem with sing-box or nekoray but I tried Proxifyre and pcap. both have the same outcome
sing-box: 1.9.7-neko-1 NekoBox: nekoray-4.0-beta4-2024-10-09 2024/11/24 05:03:18 nekobox_core grpc server listening at 127.0.0.1:49759 >>>>>>>> Starting profile [VLESS] 👉🆔 INFO[0000] router: updated default interface Ethernet, index 4 INFO[0000] inbound/mixed[mixed-in]: tcp server started at 127.0.0.1:10808 INFO[0000] inbound/socks[socks-in]: tcp server started at 127.0.0.1:10810 INFO[0000] sing-box started (0.11s) INFO[0005] [384015065 0ms] inbound/mixed[mixed-in]: inbound connection from 127.0.0.1:49765 INFO[0005] [384015065 2ms] inbound/mixed[mixed-in]: inbound connection to 127.0.0.1:10808 INFO[0005] [384015065 6ms] outbound/vless[proxy]: outbound connection to 127.0.0.1:10808 INFO[0005] [384015065 394ms] outbound/vless[proxy]: outbound connection to 127.0.0.1:10808 INFO[0008] [2698353963 0ms] inbound/mixed[mixed-in]: inbound connection from 127.0.0.1:49769 INFO[0008] [2698353963 1ms] inbound/mixed[mixed-in]: inbound connection to 127.0.0.1:10808 INFO[0008] [2698353963 1ms] outbound/vless[proxy]: outbound connection to 127.0.0.1:10808 INFO[0008] [2698353963 394ms] outbound/vless[proxy]: outbound connection to 127.0.0.1:10808 INFO[0012] [4129162106 0ms] inbound/mixed[mixed-in]: inbound connection from 127.0.0.1:49773 INFO[0012] [4129162106 0ms] inbound/mixed[mixed-in]: inbound connection to 127.0.0.1:10808 INFO[0012] [4129162106 0ms] outbound/vless[proxy]: outbound connection to 127.0.0.1:10808 INFO[0013] [4129162106 372ms] outbound/vless[proxy]: outbound connection to 127.0.0.1:10808
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem
Expected behavior: Applications traffic going through the proxy chain in PCap
Actual behavior: It just doesn't go through and gives an error. (SocketError: Connection unexpectedly closed.)
How to reproduce
Make a mixed inbound and configurate it in pcap and add an application (for my example I'm using discord).
I'm not quite sure if this is a problem with sing-box or nekoray but I tried Proxifyre and pcap. both have the same outcome
Log
The text was updated successfully, but these errors were encountered: