zyq关于 clashmeta 开启 tun 模式的问题 中发帖

如题,在服务器 a  运行着一个 http  服,监听 8080  端,外部可以访问 8080 端口的服务,a 上 clashmeta 开启 tun 模式后,外部访问不了 8080 服务了,怎么在开启 tun 模式下让外部可以正常访问 a 服务器上的 8080 端口服务,需要修改什么配置吗?自己各种修改配置怎么都不行,求助比较懂这个的大佬🥳 
tun:
enable: true
stack: system
dns-hijack:
- any:53
auto-route: true
auto-redirect: true
auto-detect-interface: true
exclude-interface:
- cni0
route-exclude-address:
- 172.18.0.1/16
exclude-uid:
- 65534