Skip to content

公网无法连接openclash的Socket代理 #4309

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

Closed
6 of 7 tasks
jsdfhasuh opened this issue Feb 3, 2025 · 2 comments
Closed
6 of 7 tasks

公网无法连接openclash的Socket代理 #4309

jsdfhasuh opened this issue Feb 3, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@jsdfhasuh
Copy link

Verify Steps

  • Tracker 我已经在 Issue Tracker 中找过我要提出的问题
  • Branch 我知道 OpenClash 的 Dev 分支切换开关位于插件设置-版本更新中,或者我会手动下载并安装 Dev 分支的 OpenClash
  • Latest 我已经使用最新 Dev 版本测试过,问题依旧存在
  • Relevant 我知道 OpenClash 与 内核(Core)、控制面板(Dashboard)、在线订阅转换(Subconverter)等项目之间无直接关系,仅相互调用
  • Definite 这确实是 OpenClash 出现的问题
  • Contributors 我有能力协助 OpenClash 开发并解决此问题
  • Meaningless 我提交的是无意义的催促更新或修复请求

OpenClash Version

0.46.064

Bug on Environment

Official OpenWrt

OpenWrt Version

OpenWrt SNAPSHOT r28739-69890e16b3 / LuCI Master 25.031.80892~e845441

Bug on Platform

Linux-amd64(x86-64)

Describe the Bug

telegram在公网连接socket代理失败,内网是正常的,防火墙也开启了端口

To Reproduce

开启socket代理

OpenClash Log

在下方附件

OpenClash Config

防火墙规则:
config rule
	option name 'clash'
	option src 'wan'
	option dest_port '7891'
	option target 'ACCEPT'
	list proto 'tcp'
	list proto 'udp'
	list proto 'icmp'
	list proto 'igmp'

config rule
	option name 'wireguard'
	option src 'wan'
	option dest_port '23456'
	option target 'ACCEPT'

config rule
	option name 'WEB'
	option src 'wan'
	option dest_port '80'
	option target 'ACCEPT'

Expected Behavior

telegram正常连接

Additional Context

通过公网访问openwrt的web端口是正常运行的

test.txt

@jsdfhasuh jsdfhasuh added the bug Something isn't working label Feb 3, 2025
@vernesong
Copy link
Owner

没发现啥问题,你可以先尝试更新dev的70试试,我通过v6回去连接旁路由的7891也正常

@jsdfhasuh
Copy link
Author

原来是telegram 安卓不支持ipv6 代理

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants