|
使用Trojan代理后,无法接听纸飞机语音电话。已确认UDP端口已开启,但问题依然存在。配置如下:
```json
{
"local_addr": "0.0.0.0",
"local_port": 443,
"remote_addr": "127.0.0.1",
"remote_port": 80,
"password": [
""
],
"ssl": {
"cert": "xx.crt",
"key": "xx.key"
},
"log_level": 1,
"log_file": "access.log"
}
```
请问是什么原因导致? |
|