GithubHelp home page GithubHelp logo

franzkafkayu / sing-box-yes Goto Github PK

View Code? Open in Web Editor NEW
588.0 4.0 141.0 41 KB

Install & manage sing-box easily

Shell 100.00%
hysteria naiveproxy shadowsocks shadowsocksr sing-box trojan vless vmess wireguard

sing-box-yes's Introduction

sing-box-yes's People

Contributors

franzkafkayu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

sing-box-yes's Issues

配置检测字段与新版本不匹配

在使用0.0.2脚本配检查ss+multiplex配置的时候,系统提示“FATAL[0000] decode config at /usr/local/etc/sing-box/config.json: inbound options: json: unknown field "multiplex"”,实际上官方是支ss+multiplex配置的。
官方配置样例如下:
{
"inbounds": [
{
"type": "shadowsocks",
"listen": "::",
"listen_port": 8080,
"network": "tcp",
"method": "2022-blake3-aes-128-gcm",
"password": "",
"multiplex": {
"enabled": true
}
}
]
}

服务自动退出

本来试了手动安装,发现服务总是自动退出。后来发现了这个一键脚本,然后也是同样的错误:
systemd[1]: sing-box.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: sing-box.service: Failed with result 'exit-code'.

安装时候说成功。但实际上没有,并且再也启动不了了。
是不是纯ipv6不行,需要warp?

G选项 错误

提示 [ERR] 请输入正确的选项 [0-G]

sing-box-v0.0.1 管理脚本
  0. 退出脚本
————————————————
  1. 安装 sing-box 服务
  2. 更新 sing-box 服务
  3. 卸载 sing-box 服务
  4. 启动 sing-box 服务
  5. 停止 sing-box 服务
  6. 重启 sing-box 服务
  7. 查看 sing-box 状态
  8. 查看 sing-box 日志
  9. 清除 sing-box 日志
  A. 检查 sing-box 配置
————————————————
  B. 设置 sing-box 开机自启
  C. 取消 sing-box 开机自启
  D. 设置 sing-box 定时清除日志&重启
  E. 取消 sing-box 定时清除日志&重启
————————————————
  F. 一键开启 bbr 
  G. 一键申请SSL证书
 
/dev/fd/63: line 210: /usr/local/bin/sing-box: No such file or directory
[INF] 版本信息: 
[INF] sing-box状态: 已运行
[INF] sing-box是否开机自启: 是
[INF] ##################### 
[INF] 进程ID:5250 
[INF] 运行时长:Mon 2022-09-19 21:55:00 CST; 17min ago  
[INF] 内存占用:19128 kB 
[INF] ##################### 
[INF] 配置文件路径:/usr/local/etc/sing-box/config.json 
[INF] 可执行文件路径:/usr/local/bin/sing-box 

请输入选择[0-G]:g
[ERR] 请输入正确的选项 [0-G] 

shadowtls 配置报错

我是用wget直接拉取的 https://github.com/FranzKafkaYu/sing-box-yes/blob/main/shadowsocks2022_with_shadowTLS/server_config.json
然后改名为 config.json

启动sing-box报错,错误日志如下
Oct 04 19:32:05 ser259802379083 systemd[1]: Started sing-box Service.
Oct 04 19:37:30 ser259802379083 systemd[1]: Stopping sing-box Service...
Oct 04 19:37:30 ser259802379083 systemd[1]: Stopped sing-box Service.
Oct 04 19:37:30 ser259802379083 systemd[1]: Started sing-box Service.
Oct 04 19:37:30 ser259802379083 sing-box[1438]: FATAL[0000] create service: parse inbound[1]: bad key
Oct 04 19:37:30 ser259802379083 systemd[1]: sing-box.service: main process exited, code=exited, status=1/FAILURE

sing-box当前版本1.5.1

combining x-ui panel with singbox core

I'd like to use your panel in order to use multi users with reality protocol and singbox core.
Just want to know if your current panel in github supports this.
If not, I wanted to ask you kindly to combine the signbox core with your x-ui panel to be able to use reality with multi users and the lowest ping possible (due to singbox core)

thanks in advance

一键申请SSL证书问题。

一键申请SSL证书,输入证书安装路径,会删除路径里面文件。而且申请的证书,也没有下发。但是重新申请已经说申请好了,不能重新申请。

#shadowtls how to change client config for shadowtls ? i can not work with tun mode

i config my linode vps ubuntu 2204 with below config:
https://github.com/FranzKafkaYu/sing-box-yes/blob/main/shadowsocks2022_with_shadowTLS/server_config.json

and change client_config.json 's "server" to my vps's ip "...".
but client can not run with logs below,

+0800 2022-09-25 23:27:26 INFO router: using shadowtls[shadowtls-out] as default outbound for connection
+0800 2022-09-25 23:27:26 INFO router: using shadowsocks[shadowsocks-out] as default outbound for packet connection
+0800 2022-09-25 23:27:26 INFO router: loaded geoip database: 250 codes
+0800 2022-09-25 23:27:26 INFO router: loaded geosite database: 1287 codes
+0800 2022-09-25 23:27:27 INFO router: updated default interface WLAN, index 31
+0800 2022-09-25 23:27:28 INFO inbound/tun[0]: started at tun0
+0800 2022-09-25 23:27:28 INFO sing-box started (1.188s)
+0800 2022-09-25 23:27:28 INFO [1952379696] inbound/tun[0]: inbound packet connection from 172.19.0.1:137
+0800 2022-09-25 23:27:28 INFO [1952379696] inbound/tun[0]: inbound packet connection to 172.19.0.3:137
+0800 2022-09-25 23:27:28 INFO [488848071] inbound/tun[0]: inbound packet connection from 172.19.0.1:52693
+0800 2022-09-25 23:27:28 INFO [488848071] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:27:32 INFO [1534376363] inbound/tun[0]: inbound packet connection from 172.19.0.1:53689
+0800 2022-09-25 23:27:32 INFO [1534376363] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:27:33 INFO [3747511820] inbound/tun[0]: inbound connection from 172.19.0.1:5328
+0800 2022-09-25 23:27:33 INFO [3747511820] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:33 INFO [3747511820] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:33 INFO [3633937282] inbound/tun[0]: inbound connection from 172.19.0.1:5330
+0800 2022-09-25 23:27:33 INFO [3633937282] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:34 INFO [3633937282] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:34 INFO [3070692412] inbound/tun[0]: inbound connection from 172.19.0.1:5335
+0800 2022-09-25 23:27:34 INFO [3070692412] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:34 INFO [3070692412] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:34 INFO [461823130] inbound/tun[0]: inbound connection from 172.19.0.1:5339
+0800 2022-09-25 23:27:34 INFO [461823130] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:34 INFO [461823130] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:34 INFO [2035708194] inbound/tun[0]: inbound connection from 172.19.0.1:2716
+0800 2022-09-25 23:27:34 INFO [2035708194] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:34 INFO [2035708194] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:34 INFO [3605128682] inbound/tun[0]: inbound connection from 172.19.0.1:2718
+0800 2022-09-25 23:27:34 INFO [3605128682] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:34 INFO [3605128682] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:35 INFO [456862808] inbound/tun[0]: inbound connection from 172.19.0.1:2725
+0800 2022-09-25 23:27:35 INFO [456862808] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:35 INFO [456862808] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:40 ERROR [1952379696] dns: exchange failed for ENFDCNEPEBFEFEFFEHFGFCFDFIFKEMAA. IN NIMLOC: context deadline exceeded
+0800 2022-09-25 23:27:40 INFO [1818387897] inbound/tun[0]: inbound packet connection from 172.19.0.1:54022
+0800 2022-09-25 23:27:40 INFO [1818387897] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:27:42 INFO [2599483410] inbound/tun[0]: inbound connection from 172.19.0.1:2734
+0800 2022-09-25 23:27:42 INFO [2599483410] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:42 INFO [2599483410] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:42 ERROR [488848071] dns: exchange failed for www.msftconnecttest.com. IN A: context deadline exceeded
+0800 2022-09-25 23:27:42 INFO [3784754217] inbound/tun[0]: inbound connection from 172.19.0.1:2743
+0800 2022-09-25 23:27:42 INFO [3784754217] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:42 INFO [555943446] inbound/tun[0]: inbound connection from 172.19.0.1:2744
+0800 2022-09-25 23:27:42 INFO [555943446] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:42 INFO [555943446] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:42 INFO [3784754217] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:42 INFO [2767811562] inbound/tun[0]: inbound connection from 172.19.0.1:2745
+0800 2022-09-25 23:27:42 INFO [2767811562] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:42 INFO [2767811562] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:42 INFO [1206259987] inbound/tun[0]: inbound packet connection from 172.19.0.1:60741
+0800 2022-09-25 23:27:42 INFO [1206259987] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:27:42 INFO [550106223] inbound/tun[0]: inbound packet connection from 172.19.0.1:57082
+0800 2022-09-25 23:27:42 INFO [550106223] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:27:42 ERROR [488848071] dns: exchange failed for www.msftconnecttest.com. IN A: context deadline exceeded
+0800 2022-09-25 23:27:43 INFO [1788890327] inbound/tun[0]: inbound connection from 172.19.0.1:2752
+0800 2022-09-25 23:27:43 INFO [1788890327] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:43 INFO [1788890327] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:43 INFO [3049009783] inbound/tun[0]: inbound connection from 172.19.0.1:2756
+0800 2022-09-25 23:27:43 INFO [3049009783] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:43 INFO [3049009783] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:43 ERROR [1952379696] dns: exchange failed for ENFDCNEPEBFEFEFFEHFGFCFDFIFKEMCA. IN NIMLOC: EOF
+0800 2022-09-25 23:27:44 INFO [2361551760] inbound/tun[0]: inbound packet connection from 172.19.0.1:54710
+0800 2022-09-25 23:27:44 INFO [2361551760] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:27:44 INFO [468073615] inbound/tun[0]: inbound connection from 172.19.0.1:2765
+0800 2022-09-25 23:27:44 INFO [468073615] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:44 INFO [1833974091] inbound/tun[0]: inbound connection from 172.19.0.1:2766
+0800 2022-09-25 23:27:44 INFO [1833974091] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:44 INFO [468073615] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:44 INFO [1833974091] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:44 INFO [538566805] inbound/tun[0]: inbound connection from 172.19.0.1:2767
+0800 2022-09-25 23:27:44 INFO [538566805] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:44 INFO [538566805] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:44 INFO [3084825358] inbound/tun[0]: inbound connection from 172.19.0.1:2773
+0800 2022-09-25 23:27:44 INFO [3084825358] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:44 INFO [3084825358] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:44 INFO [3022068003] inbound/tun[0]: inbound connection from 172.19.0.1:2779
+0800 2022-09-25 23:27:44 INFO [3022068003] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:44 INFO [1722246031] inbound/tun[0]: inbound connection from 172.19.0.1:2780
+0800 2022-09-25 23:27:44 INFO [1722246031] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:44 INFO [3022068003] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:44 INFO [1722246031] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:44 ERROR [1952379696] dns: exchange failed for FHEPFCELEHFCEPFFFACACACACACACAAA. IN NIMLOC: context canceled
+0800 2022-09-25 23:27:45 ERROR [1952379696] dns: exchange failed for ENFDCNEPEBFEFEFFEHFGFCFDFIFKEMAA. IN NIMLOC: context canceled
+0800 2022-09-25 23:27:45 INFO [1919586178] inbound/tun[0]: inbound packet connection from 172.19.0.1:56853
+0800 2022-09-25 23:27:45 INFO [1919586178] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:27:45 ERROR [1952379696] dns: exchange failed for FHEPFCELEHFCEPFFFACACACACACACAAA. IN NIMLOC: context deadline exceeded
+0800 2022-09-25 23:27:46 INFO [4146480653] inbound/tun[0]: inbound connection from 172.19.0.1:2788
+0800 2022-09-25 23:27:46 INFO [4146480653] inbound/tun[0]: inbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:46 INFO [4146480653] outbound/direct[direct]: outbound connection to 122.9.62.142:4029
+0800 2022-09-25 23:27:46 INFO [590863815] inbound/tun[0]: inbound packet connection from 172.19.0.1:53560
+0800 2022-09-25 23:27:46 INFO [590863815] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:27:46 ERROR [1952379696] dns: exchange failed for ENFDCNEPEBFEFEFFEHFGFCFDFIFKEMCA. IN NIMLOC: context deadline exceeded
+0800 2022-09-25 23:27:47 ERROR [1534376363] dns: exchange failed for www.microsoft.com. IN A: context deadline exceeded
+0800 2022-09-25 23:27:48 INFO [761694414] inbound/tun[0]: inbound connection from 172.19.0.1:2792
+0800 2022-09-25 23:27:48 INFO [761694414] inbound/tun[0]: inbound connection to 172.67.163.86:443
+0800 2022-09-25 23:27:48 ERROR [488848071] dns: exchange failed for www.msftconnecttest.com. IN A: context deadline exceeded
+0800 2022-09-25 23:27:49 INFO [748432280] inbound/tun[0]: inbound packet connection from 172.19.0.1:64533
+0800 2022-09-25 23:27:49 INFO [748432280] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:27:49 ERROR [1952379696] dns: exchange failed for ENFDCNEPEBFEFEFFEHFGFCFDFIFKEMAA. IN NIMLOC: context deadline exceeded
+0800 2022-09-25 23:27:50 ERROR [456862808] inbound/tun[0]: download: readfrom tcp4 172.19.0.1:5326->172.19.0.2:10006: read tcp 192.168.199.220:2726->122.9.62.142:4029: use of closed network connection | upload: readfrom tcp 192.168.199.220:2726->122.9.62.142:4029: read tcp4 172.19.0.1:5326->172.19.0.2:10006: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2022-09-25 23:27:50 ERROR [2035708194] inbound/tun[0]: download: readfrom tcp4 172.19.0.1:5326->172.19.0.2:10004: read tcp 192.168.199.220:2719->122.9.62.142:4029: use of closed network connection | upload: readfrom tcp 192.168.199.220:2719->122.9.62.142:4029: read tcp4 172.19.0.1:5326->172.19.0.2:10004: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2022-09-25 23:27:50 ERROR [2599483410] inbound/tun[0]: download: readfrom tcp4 172.19.0.1:5326->172.19.0.2:10007: read tcp 192.168.199.220:2735->122.9.62.142:4029: use of closed network connection | upload: readfrom tcp 192.168.199.220:2735->122.9.62.142:4029: read tcp4 172.19.0.1:5326->172.19.0.2:10007: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2022-09-25 23:27:50 ERROR [1722246031] inbound/tun[0]: download: readfrom tcp4 172.19.0.1:5326->172.19.0.2:10018: read tcp 192.168.199.220:2782->122.9.62.142:4029: use of closed network connection | upload: readfrom tcp 192.168.199.220:2782->122.9.62.142:4029: read tcp4 172.19.0.1:5326->172.19.0.2:10018: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2022-09-25 23:27:50 ERROR [1788890327] inbound/tun[0]: download: readfrom tcp4 172.19.0.1:5326->172.19.0.2:10011: read tcp 192.168.199.220:2754->122.9.62.142:4029: use of closed network connection | upload: readfrom tcp 192.168.199.220:2754->122.9.62.142:4029: read tcp4 172.19.0.1:5326->172.19.0.2:10011: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2022-09-25 23:27:50 ERROR [4146480653] inbound/tun[0]: download: readfrom tcp4 172.19.0.1:5326->172.19.0.2:10019: read tcp 192.168.199.220:2789->122.9.62.142:4029: use of closed network connection | upload: readfrom tcp 192.168.199.220:2789->122.9.62.142:4029: read tcp4 172.19.0.1:5326->172.19.0.2:10019: wsarecv: An existing connection was forcibly closed by the remote host.
+0800 2022-09-25 23:27:50 ERROR [1534376363] dns: exchange failed for www.microsoft.com. IN A: context canceled
+0800 2022-09-25 23:27:50 INFO [1865669502] inbound/tun[0]: inbound packet connection from 172.19.0.1:53199
+0800 2022-09-25 23:27:50 INFO [1865669502] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:27:50 INFO [3653690014] inbound/tun[0]: inbound packet connection from 172.19.0.1:62079
+0800 2022-09-25 23:27:50 INFO [3653690014] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:27:51 INFO [852323214] inbound/tun[0]: inbound packet connection from 172.19.0.1:53506
+0800 2022-09-25 23:27:51 INFO [852323214] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:51 INFO [852323214] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:51 ERROR [852323214] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:51 INFO [1047195394] inbound/tun[0]: inbound packet connection from 172.19.0.1:62693
+0800 2022-09-25 23:27:51 INFO [1047195394] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:51 INFO [1047195394] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:51 ERROR [1047195394] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:51 INFO [797509867] inbound/tun[0]: inbound packet connection from 172.19.0.1:53506
+0800 2022-09-25 23:27:51 INFO [797509867] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:51 INFO [797509867] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:51 ERROR [797509867] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:51 INFO [233931543] inbound/tun[0]: inbound packet connection from 172.19.0.1:62693
+0800 2022-09-25 23:27:51 INFO [233931543] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:51 INFO [233931543] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:51 ERROR [233931543] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:51 INFO [1784544617] inbound/tun[0]: inbound connection from 172.19.0.1:2827
+0800 2022-09-25 23:27:51 INFO [1784544617] inbound/tun[0]: inbound connection to 172.217.160.74:443
+0800 2022-09-25 23:27:51 INFO [366508842] inbound/tun[0]: inbound connection from 172.19.0.1:2828
+0800 2022-09-25 23:27:51 INFO [366508842] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:27:52 INFO [1537055835] inbound/tun[0]: inbound connection from 172.19.0.1:2831
+0800 2022-09-25 23:27:52 INFO [1537055835] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:27:52 INFO [3097791735] inbound/tun[0]: inbound packet connection from 172.19.0.1:54852
+0800 2022-09-25 23:27:52 INFO [3097791735] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:27:52 INFO [32615040] inbound/tun[0]: inbound packet connection from 172.19.0.1:53506
+0800 2022-09-25 23:27:52 INFO [32615040] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:52 INFO [3285241194] inbound/tun[0]: inbound packet connection from 172.19.0.1:62693
+0800 2022-09-25 23:27:52 INFO [3285241194] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:52 INFO [32615040] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:52 ERROR [32615040] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:52 INFO [3285241194] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:52 ERROR [3285241194] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:52 ERROR [488848071] dns: exchange failed for www.msftconnecttest.com. IN A: context deadline exceeded
+0800 2022-09-25 23:27:52 INFO [1318764616] inbound/tun[0]: inbound connection from 172.19.0.1:2834
+0800 2022-09-25 23:27:52 INFO [1318764616] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:27:53 INFO [4149412497] inbound/tun[0]: inbound packet connection from 172.19.0.1:62408
+0800 2022-09-25 23:27:53 INFO [4149412497] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:27:53 INFO [720768621] inbound/tun[0]: inbound connection from 172.19.0.1:8900
+0800 2022-09-25 23:27:53 INFO [720768621] inbound/tun[0]: inbound connection to 127.0.0.1:53
+0800 2022-09-25 23:27:53 INFO [3163303980] inbound/tun[0]: inbound packet connection from 172.19.0.1:64304
+0800 2022-09-25 23:27:53 INFO [3163303980] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:27:53 INFO [1443514074] inbound/tun[0]: inbound connection from 172.19.0.1:8909
+0800 2022-09-25 23:27:53 INFO [1443514074] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:27:53 INFO [1183288272] inbound/tun[0]: inbound packet connection from 172.19.0.1:50015
+0800 2022-09-25 23:27:53 INFO [1183288272] inbound/tun[0]: inbound packet connection to 35.186.224.25:443
+0800 2022-09-25 23:27:53 INFO [1183288272] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 35.186.224.25:443
+0800 2022-09-25 23:27:53 ERROR [1183288272] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:53 INFO [2036848350] inbound/tun[0]: inbound connection from 172.19.0.1:1269
+0800 2022-09-25 23:27:53 INFO [2036848350] inbound/tun[0]: inbound connection to 35.186.224.25:443
+0800 2022-09-25 23:27:53 INFO [1932323834] inbound/tun[0]: inbound connection from 172.19.0.1:1271
+0800 2022-09-25 23:27:53 INFO [1932323834] inbound/tun[0]: inbound connection to 172.217.160.74:443
+0800 2022-09-25 23:27:53 ERROR [1952379696] dns: exchange failed for ENFDCNEPEBFEFEFFEHFGFCFDFIFKEMCA. IN NIMLOC: context deadline exceeded
+0800 2022-09-25 23:27:53 INFO [1636229164] inbound/tun[0]: inbound packet connection from 172.19.0.1:53506
+0800 2022-09-25 23:27:53 INFO [1636229164] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:53 INFO [4260451498] inbound/tun[0]: inbound packet connection from 172.19.0.1:62693
+0800 2022-09-25 23:27:53 INFO [4260451498] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:53 INFO [1636229164] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:53 ERROR [1636229164] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:53 INFO [4260451498] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:53 ERROR [4260451498] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:53 INFO [2812504301] inbound/tun[0]: inbound packet connection from 172.19.0.1:50015
+0800 2022-09-25 23:27:53 INFO [2812504301] inbound/tun[0]: inbound packet connection to 35.186.224.25:443
+0800 2022-09-25 23:27:53 INFO [2812504301] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 35.186.224.25:443
+0800 2022-09-25 23:27:53 ERROR [2812504301] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:54 INFO [1994187218] inbound/tun[0]: inbound connection from 172.19.0.1:5092
+0800 2022-09-25 23:27:54 INFO [1994187218] inbound/tun[0]: inbound connection to 35.186.224.25:443
+0800 2022-09-25 23:27:54 ERROR [1952379696] dns: exchange failed for FHEPFCELEHFCEPFFFACACACACACACAAA. IN NIMLOC: context deadline exceeded
+0800 2022-09-25 23:27:54 INFO [934303464] inbound/tun[0]: inbound connection from 172.19.0.1:5095
+0800 2022-09-25 23:27:54 INFO [934303464] inbound/tun[0]: inbound connection to 69.30.25.21:443
+0800 2022-09-25 23:27:54 INFO [1445547570] inbound/tun[0]: inbound packet connection from 172.19.0.1:61323
+0800 2022-09-25 23:27:54 INFO [1445547570] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:27:54 INFO [1543293676] inbound/tun[0]: inbound packet connection from 172.19.0.1:50015
+0800 2022-09-25 23:27:54 INFO [1543293676] inbound/tun[0]: inbound packet connection to 35.186.224.25:443
+0800 2022-09-25 23:27:54 INFO [1543293676] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 35.186.224.25:443
+0800 2022-09-25 23:27:54 ERROR [1543293676] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:54 ERROR [488848071] dns: exchange failed for www.msftconnecttest.com. IN A: context deadline exceeded
+0800 2022-09-25 23:27:55 INFO [406726449] inbound/tun[0]: inbound connection from 172.19.0.1:5106
+0800 2022-09-25 23:27:55 INFO [406726449] inbound/tun[0]: inbound connection to 69.30.25.21:443
+0800 2022-09-25 23:27:55 INFO [2301681577] inbound/tun[0]: inbound packet connection from 172.19.0.1:53458
+0800 2022-09-25 23:27:55 INFO [2301681577] inbound/tun[0]: inbound packet connection to 203.208.40.98:443
+0800 2022-09-25 23:27:55 INFO [2301681577] outbound/direct[direct]: outbound packet connection
+0800 2022-09-25 23:27:55 INFO [93563227] inbound/tun[0]: inbound packet connection from 172.19.0.1:50015
+0800 2022-09-25 23:27:55 INFO [93563227] inbound/tun[0]: inbound packet connection to 35.186.224.25:443
+0800 2022-09-25 23:27:55 INFO [93563227] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 35.186.224.25:443
+0800 2022-09-25 23:27:55 ERROR [93563227] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:55 INFO [1556891879] inbound/tun[0]: inbound packet connection from 172.19.0.1:53506
+0800 2022-09-25 23:27:55 INFO [1556891879] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:55 INFO [1556891879] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:55 ERROR [1556891879] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:55 INFO [3706260384] inbound/tun[0]: inbound packet connection from 172.19.0.1:62693
+0800 2022-09-25 23:27:55 INFO [3706260384] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:55 INFO [3706260384] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:55 ERROR [3706260384] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:55 INFO [3562976118] inbound/tun[0]: inbound packet connection from 172.19.0.1:60131
+0800 2022-09-25 23:27:55 INFO [3562976118] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:27:55 ERROR [1952379696] dns: exchange failed for ENFDCNEPEBFEFEFFEHFGFCFDFIFKEMAA. IN NIMLOC: context deadline exceeded
+0800 2022-09-25 23:27:56 INFO [335001021] inbound/tun[0]: inbound packet connection from 172.19.0.1:57495
+0800 2022-09-25 23:27:56 INFO [335001021] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:56 INFO [335001021] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:56 ERROR [335001021] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:56 INFO [2407496846] inbound/tun[0]: inbound packet connection from 172.19.0.1:57495
+0800 2022-09-25 23:27:56 INFO [2407496846] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:56 INFO [2407496846] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:56 ERROR [2407496846] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:56 INFO [4026585211] inbound/tun[0]: inbound connection from 172.19.0.1:5111
+0800 2022-09-25 23:27:56 INFO [4026585211] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:27:56 ERROR [1952379696] dns: exchange failed for FHEPFCELEHFCEPFFFACACACACACACAAA. IN NIMLOC: context deadline exceeded
+0800 2022-09-25 23:27:56 INFO [4040022006] inbound/tun[0]: inbound packet connection from 172.19.0.1:59759
+0800 2022-09-25 23:27:56 INFO [4040022006] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:56 INFO [4040022006] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:56 ERROR [4040022006] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:56 INFO [540007892] inbound/tun[0]: inbound packet connection from 172.19.0.1:63947
+0800 2022-09-25 23:27:56 INFO [540007892] inbound/tun[0]: inbound packet connection to 142.251.43.22:443
+0800 2022-09-25 23:27:56 INFO [540007892] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.251.43.22:443
+0800 2022-09-25 23:27:56 ERROR [540007892] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:56 INFO [1659735032] inbound/tun[0]: inbound packet connection from 172.19.0.1:57495
+0800 2022-09-25 23:27:56 INFO [1659735032] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:56 INFO [1659735032] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:56 ERROR [1659735032] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:56 INFO [1903939995] inbound/tun[0]: inbound connection from 172.19.0.1:5114
+0800 2022-09-25 23:27:56 INFO [1903939995] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:27:57 INFO [2890635144] inbound/tun[0]: inbound packet connection from 172.19.0.1:59759
+0800 2022-09-25 23:27:57 INFO [2890635144] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:57 INFO [2890635144] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:57 ERROR [2890635144] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:57 INFO [131576579] inbound/tun[0]: inbound packet connection from 172.19.0.1:63947
+0800 2022-09-25 23:27:57 INFO [131576579] inbound/tun[0]: inbound packet connection to 142.251.43.22:443
+0800 2022-09-25 23:27:57 INFO [131576579] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.251.43.22:443
+0800 2022-09-25 23:27:57 ERROR [131576579] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:57 INFO [2592490221] inbound/tun[0]: inbound connection from 172.19.0.1:5116
+0800 2022-09-25 23:27:57 INFO [2592490221] inbound/tun[0]: inbound connection to 172.217.160.74:443
+0800 2022-09-25 23:27:57 INFO [1025394413] inbound/tun[0]: inbound connection from 172.19.0.1:5117
+0800 2022-09-25 23:27:57 INFO [1025394413] inbound/tun[0]: inbound connection to 142.251.43.22:443
+0800 2022-09-25 23:27:57 ERROR [1952379696] dns: exchange failed for ENFDCNEPEBFEFEFFEHFGFCFDFIFKEMCA. IN NIMLOC: context deadline exceeded
+0800 2022-09-25 23:27:57 INFO [3144227803] inbound/tun[0]: inbound packet connection from 172.19.0.1:50015
+0800 2022-09-25 23:27:57 INFO [3144227803] inbound/tun[0]: inbound packet connection to 35.186.224.25:443
+0800 2022-09-25 23:27:57 INFO [3144227803] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 35.186.224.25:443
+0800 2022-09-25 23:27:57 ERROR [3144227803] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:57 INFO [1758247053] inbound/tun[0]: inbound packet connection from 172.19.0.1:61481
+0800 2022-09-25 23:27:57 INFO [1758247053] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:27:57 INFO [3623502890] inbound/tun[0]: inbound packet connection from 172.19.0.1:59759
+0800 2022-09-25 23:27:57 INFO [3623502890] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:57 INFO [1362935648] inbound/tun[0]: inbound packet connection from 172.19.0.1:63947
+0800 2022-09-25 23:27:57 INFO [1362935648] inbound/tun[0]: inbound packet connection to 142.251.43.22:443
+0800 2022-09-25 23:27:57 INFO [1362935648] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.251.43.22:443
+0800 2022-09-25 23:27:57 ERROR [1362935648] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:57 INFO [3623502890] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:57 ERROR [3623502890] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:57 INFO [3627996864] inbound/tun[0]: inbound connection from 172.19.0.1:5129
+0800 2022-09-25 23:27:57 INFO [3627996864] inbound/tun[0]: inbound connection to 172.217.160.74:443
+0800 2022-09-25 23:27:57 INFO [2078605147] inbound/tun[0]: inbound connection from 172.19.0.1:5131
+0800 2022-09-25 23:27:57 INFO [2078605147] inbound/tun[0]: inbound connection to 142.251.43.22:443
+0800 2022-09-25 23:27:57 ERROR [1818387897] dns: exchange failed for dns.msftncsi.com. IN A: context deadline exceeded
+0800 2022-09-25 23:27:58 INFO [2512188899] inbound/tun[0]: inbound packet connection from 172.19.0.1:57495
+0800 2022-09-25 23:27:58 INFO [2512188899] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:58 INFO [2512188899] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:27:58 ERROR [2512188899] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:58 INFO [1526956101] inbound/tun[0]: inbound connection from 172.19.0.1:5134
+0800 2022-09-25 23:27:58 INFO [1526956101] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:27:58 ERROR [1818387897] dns: exchange failed for dns.msftncsi.com. IN A: context deadline exceeded
+0800 2022-09-25 23:27:58 INFO [3272691923] inbound/tun[0]: inbound connection from 172.19.0.1:10517
+0800 2022-09-25 23:27:58 INFO [3272691923] inbound/tun[0]: inbound connection to 35.186.224.47:443
+0800 2022-09-25 23:27:58 INFO [3265340491] inbound/tun[0]: inbound packet connection from 172.19.0.1:59759
+0800 2022-09-25 23:27:58 INFO [3265340491] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:58 INFO [1250137136] inbound/tun[0]: inbound packet connection from 172.19.0.1:63947
+0800 2022-09-25 23:27:58 INFO [1250137136] inbound/tun[0]: inbound packet connection to 142.251.43.22:443
+0800 2022-09-25 23:27:58 INFO [1250137136] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.251.43.22:443
+0800 2022-09-25 23:27:58 ERROR [1250137136] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:58 INFO [3265340491] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:27:58 ERROR [3265340491] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:27:59 ERROR [1206259987] dns: exchange failed for i.ytimg.com. IN A: context deadline exceeded
+0800 2022-09-25 23:27:59 INFO [2917173957] inbound/tun[0]: inbound connection from 172.19.0.1:6844
+0800 2022-09-25 23:27:59 INFO [2917173957] inbound/tun[0]: inbound connection to 35.186.224.47:443
+0800 2022-09-25 23:27:59 INFO [3452116911] inbound/tun[0]: inbound connection from 172.19.0.1:6846
+0800 2022-09-25 23:27:59 INFO [3452116911] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:00 INFO [1036153384] inbound/tun[0]: inbound packet connection from 172.19.0.1:57495
+0800 2022-09-25 23:28:00 INFO [1036153384] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:00 INFO [1036153384] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:00 ERROR [1036153384] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:00 ERROR [550106223] dns: exchange failed for yt3.ggpht.com. IN A: EOF
+0800 2022-09-25 23:28:00 ERROR [3452116911] inbound/tun[0]: download: readfrom tcp4 172.19.0.1:5326->172.19.0.2:10041: read tcp 192.168.199.220:6847->45.33.***.***:8443: wsarecv: An existing connection was forcibly closed by the remote host. | upload: readfrom tcp 192.168.199.220:6847->45.33.***.***::8443: read tcp4 172.19.0.1:5326->172.19.0.2:10041: use of closed network connection
+0800 2022-09-25 23:28:00 INFO [3234256480] inbound/tun[0]: inbound packet connection from 172.19.0.1:59759
+0800 2022-09-25 23:28:00 INFO [3234256480] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:00 INFO [3234256480] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:00 ERROR [3234256480] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:00 INFO [3512733539] inbound/tun[0]: inbound packet connection from 172.19.0.1:63947
+0800 2022-09-25 23:28:00 INFO [3512733539] inbound/tun[0]: inbound packet connection to 142.251.43.22:443
+0800 2022-09-25 23:28:00 INFO [3512733539] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.251.43.22:443
+0800 2022-09-25 23:28:00 ERROR [3512733539] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:00 ERROR [1818387897] dns: exchange failed for dns.msftncsi.com. IN A: context deadline exceeded
+0800 2022-09-25 23:28:01 INFO [708243166] inbound/tun[0]: inbound packet connection from 172.19.0.1:51106
+0800 2022-09-25 23:28:01 INFO [708243166] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:01 INFO [708243166] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:01 ERROR [708243166] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:01 INFO [1769385453] inbound/tun[0]: inbound packet connection from 172.19.0.1:51106
+0800 2022-09-25 23:28:01 INFO [1769385453] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:01 INFO [1769385453] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:01 ERROR [1769385453] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:01 INFO [2039573343] inbound/tun[0]: inbound connection from 172.19.0.1:6858
+0800 2022-09-25 23:28:01 INFO [2039573343] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:02 ERROR [1206259987] dns: exchange failed for i.ytimg.com. IN A: context deadline exceeded
+0800 2022-09-25 23:28:02 INFO [2903632575] inbound/tun[0]: inbound connection from 172.19.0.1:6861
+0800 2022-09-25 23:28:02 INFO [2903632575] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:02 INFO [1272734138] inbound/tun[0]: inbound packet connection from 172.19.0.1:51106
+0800 2022-09-25 23:28:02 INFO [1272734138] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:02 INFO [1272734138] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:02 ERROR [1272734138] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:02 INFO [3938174862] inbound/tun[0]: inbound connection from 172.19.0.1:6863
+0800 2022-09-25 23:28:02 INFO [3938174862] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:02 INFO [1020452583] inbound/tun[0]: inbound connection from 172.19.0.1:6865
+0800 2022-09-25 23:28:02 INFO [1020452583] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:02 INFO [4246027536] inbound/tun[0]: inbound connection from 172.19.0.1:6867
+0800 2022-09-25 23:28:02 INFO [4246027536] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:03 ERROR [550106223] dns: exchange failed for yt3.ggpht.com. IN A: context deadline exceeded
+0800 2022-09-25 23:28:03 INFO [4133740043] inbound/tun[0]: inbound packet connection from 172.19.0.1:51106
+0800 2022-09-25 23:28:03 INFO [4133740043] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:03 INFO [4133740043] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:03 ERROR [4133740043] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:03 INFO [1395538871] inbound/tun[0]: inbound connection from 172.19.0.1:1862
+0800 2022-09-25 23:28:03 INFO [1395538871] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:03 INFO [3424305452] inbound/tun[0]: inbound connection from 172.19.0.1:1864
+0800 2022-09-25 23:28:03 INFO [3424305452] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:04 INFO [3917775810] inbound/tun[0]: inbound connection from 172.19.0.1:1867
+0800 2022-09-25 23:28:04 INFO [3917775810] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:04 ERROR [2361551760] dns: exchange failed for www.gstatic.com. IN A: context deadline exceeded
+0800 2022-09-25 23:28:04 ERROR [1818387897] dns: exchange failed for dns.msftncsi.com. IN A: context deadline exceeded
+0800 2022-09-25 23:28:05 INFO [118066112] inbound/tun[0]: inbound packet connection from 172.19.0.1:51106
+0800 2022-09-25 23:28:05 INFO [118066112] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:05 INFO [118066112] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:05 ERROR [118066112] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:05 INFO [3828114656] inbound/tun[0]: inbound packet connection from 172.19.0.1:51513
+0800 2022-09-25 23:28:05 INFO [3828114656] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:05 INFO [3828114656] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:05 ERROR [3828114656] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:06 INFO [305824876] inbound/tun[0]: inbound packet connection from 172.19.0.1:51513
+0800 2022-09-25 23:28:06 INFO [305824876] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:06 INFO [305824876] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:06 ERROR [305824876] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:06 INFO [3079666553] inbound/tun[0]: inbound connection from 172.19.0.1:1879
+0800 2022-09-25 23:28:06 INFO [3079666553] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:06 INFO [4190069956] inbound/tun[0]: inbound packet connection from 172.19.0.1:61488
+0800 2022-09-25 23:28:06 INFO [4190069956] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:06 INFO [4190069956] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:06 ERROR [4190069956] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:06 ERROR [2361551760] dns: exchange failed for www.gstatic.com. IN A: context deadline exceeded
+0800 2022-09-25 23:28:06 INFO [622546459] inbound/tun[0]: inbound packet connection from 172.19.0.1:61488
+0800 2022-09-25 23:28:06 INFO [622546459] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:06 INFO [622546459] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:06 ERROR [622546459] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:06 INFO [1935564807] inbound/tun[0]: inbound connection from 172.19.0.1:1882
+0800 2022-09-25 23:28:06 INFO [1935564807] inbound/tun[0]: inbound connection to 172.217.160.74:443
+0800 2022-09-25 23:28:06 INFO [2391105280] inbound/tun[0]: inbound connection from 172.19.0.1:1884
+0800 2022-09-25 23:28:06 INFO [2391105280] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:06 INFO [291523243] inbound/tun[0]: inbound packet connection from 172.19.0.1:51513
+0800 2022-09-25 23:28:06 INFO [291523243] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:06 INFO [291523243] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:06 ERROR [291523243] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:06 ERROR [1919586178] dns: exchange failed for fonts.googleapis.com. IN A: context deadline exceeded
+0800 2022-09-25 23:28:07 INFO [2752095090] inbound/tun[0]: inbound connection from 172.19.0.1:1887
+0800 2022-09-25 23:28:07 INFO [2752095090] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:07 INFO [2983428808] inbound/tun[0]: inbound packet connection from 172.19.0.1:61488
+0800 2022-09-25 23:28:07 INFO [2983428808] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:07 INFO [2983428808] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:07 ERROR [2983428808] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:07 INFO [3951764377] inbound/tun[0]: inbound connection from 172.19.0.1:1889
+0800 2022-09-25 23:28:07 INFO [3951764377] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:07 INFO [3866890425] inbound/tun[0]: inbound connection from 172.19.0.1:1899
+0800 2022-09-25 23:28:07 INFO [3866890425] inbound/tun[0]: inbound connection to 172.217.160.74:443
+0800 2022-09-25 23:28:07 INFO [2477161803] inbound/tun[0]: inbound connection from 172.19.0.1:1901
+0800 2022-09-25 23:28:07 INFO [2477161803] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:07 INFO [926848608] inbound/tun[0]: inbound packet connection from 172.19.0.1:51513
+0800 2022-09-25 23:28:07 INFO [926848608] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:07 INFO [926848608] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:07 ERROR [926848608] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:07 INFO [186843658] inbound/tun[0]: inbound connection from 172.19.0.1:1903
+0800 2022-09-25 23:28:07 INFO [186843658] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:08 INFO [1924173905] inbound/tun[0]: inbound packet connection from 172.19.0.1:61488
+0800 2022-09-25 23:28:08 INFO [1924173905] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:08 INFO [1924173905] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:08 ERROR [1924173905] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:08 INFO [28084231] inbound/tun[0]: inbound connection from 172.19.0.1:1905
+0800 2022-09-25 23:28:08 INFO [28084231] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:08 INFO [2494842044] inbound/tun[0]: inbound connection from 172.19.0.1:1907
+0800 2022-09-25 23:28:08 INFO [2494842044] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:09 INFO [2328337931] inbound/tun[0]: inbound packet connection from 172.19.0.1:51513
+0800 2022-09-25 23:28:09 INFO [2328337931] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:09 INFO [2328337931] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:09 ERROR [2328337931] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:10 INFO [1940686209] inbound/tun[0]: inbound packet connection from 172.19.0.1:61488
+0800 2022-09-25 23:28:10 INFO [1940686209] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:10 INFO [1940686209] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:10 ERROR [1940686209] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:11 INFO [1057061692] inbound/tun[0]: inbound packet connection from 172.19.0.1:57011
+0800 2022-09-25 23:28:11 INFO [1057061692] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:11 INFO [1057061692] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:11 ERROR [1057061692] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:11 INFO [625432826] inbound/tun[0]: inbound packet connection from 172.19.0.1:58720
+0800 2022-09-25 23:28:11 INFO [625432826] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:11 INFO [625432826] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:11 ERROR [625432826] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:11 INFO [2611804320] inbound/tun[0]: inbound packet connection from 172.19.0.1:57011
+0800 2022-09-25 23:28:11 INFO [2611804320] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:11 INFO [2611804320] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:11 ERROR [2611804320] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:11 INFO [1053505378] inbound/tun[0]: inbound connection from 172.19.0.1:1913
+0800 2022-09-25 23:28:11 INFO [1053505378] inbound/tun[0]: inbound connection to 172.217.160.74:443
+0800 2022-09-25 23:28:11 INFO [1080547711] inbound/tun[0]: inbound packet connection from 172.19.0.1:58720
+0800 2022-09-25 23:28:11 INFO [1080547711] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:11 INFO [1080547711] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:11 ERROR [1080547711] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:11 INFO [1318489317] inbound/tun[0]: inbound connection from 172.19.0.1:1915
+0800 2022-09-25 23:28:11 INFO [1318489317] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:12 INFO [1784091655] inbound/tun[0]: inbound packet connection from 172.19.0.1:57011
+0800 2022-09-25 23:28:12 INFO [1784091655] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:12 INFO [1784091655] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:12 ERROR [1784091655] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:12 INFO [1341643112] inbound/tun[0]: inbound connection from 172.19.0.1:1917
+0800 2022-09-25 23:28:12 INFO [1341643112] inbound/tun[0]: inbound connection to 172.217.160.74:443
+0800 2022-09-25 23:28:12 ERROR [1919586178] dns: exchange failed for fonts.googleapis.com. IN A: context deadline exceeded
+0800 2022-09-25 23:28:12 INFO [263378658] inbound/tun[0]: inbound packet connection from 172.19.0.1:58720
+0800 2022-09-25 23:28:12 INFO [263378658] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:12 INFO [263378658] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:12 ERROR [263378658] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:12 INFO [328267216] inbound/tun[0]: inbound packet connection from 172.19.0.1:49970
+0800 2022-09-25 23:28:12 INFO [328267216] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:28:12 INFO [1694866673] inbound/tun[0]: inbound connection from 172.19.0.1:1920
+0800 2022-09-25 23:28:12 INFO [1694866673] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:13 ERROR [590863815] dns: exchange failed for fonts.gstatic.com. IN A: context deadline exceeded
+0800 2022-09-25 23:28:13 INFO [1520728797] inbound/tun[0]: inbound packet connection from 172.19.0.1:57011
+0800 2022-09-25 23:28:13 INFO [1520728797] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:13 INFO [1520728797] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:13 ERROR [1520728797] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:13 INFO [1358568330] inbound/tun[0]: inbound connection from 172.19.0.1:1923
+0800 2022-09-25 23:28:13 INFO [1358568330] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:13 INFO [3724104755] inbound/tun[0]: inbound connection from 172.19.0.1:1925
+0800 2022-09-25 23:28:13 INFO [3724104755] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:13 INFO [3505924676] inbound/tun[0]: inbound packet connection from 172.19.0.1:58720
+0800 2022-09-25 23:28:13 INFO [3505924676] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:13 INFO [3505924676] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:13 ERROR [3505924676] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:13 INFO [2864150811] inbound/tun[0]: inbound connection from 172.19.0.1:1927
+0800 2022-09-25 23:28:13 INFO [2864150811] inbound/tun[0]: inbound connection to 168.143.171.186:443
+0800 2022-09-25 23:28:13 INFO [3033822540] inbound/tun[0]: inbound connection from 172.19.0.1:1929
+0800 2022-09-25 23:28:13 INFO [3033822540] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:14 ERROR [590863815] dns: exchange failed for fonts.gstatic.com. IN A: context deadline exceeded
+0800 2022-09-25 23:28:14 INFO [3381394159] inbound/tun[0]: inbound connection from 172.19.0.1:1932
+0800 2022-09-25 23:28:14 INFO [3381394159] inbound/tun[0]: inbound connection to 142.250.66.78:443
+0800 2022-09-25 23:28:14 INFO [340683530] inbound/tun[0]: inbound packet connection from 172.19.0.1:65185
+0800 2022-09-25 23:28:14 INFO [340683530] inbound/tun[0]: inbound packet connection to 172.19.0.2:53
+0800 2022-09-25 23:28:14 INFO [3773229427] inbound/tun[0]: inbound connection from 172.19.0.1:1934
+0800 2022-09-25 23:28:14 INFO [3773229427] inbound/tun[0]: inbound connection to 168.143.171.186:443
+0800 2022-09-25 23:28:14 ERROR [1818387897] dns: exchange failed for dns.msftncsi.com. IN A: context deadline exceeded
+0800 2022-09-25 23:28:15 INFO [1680430457] inbound/tun[0]: inbound packet connection from 172.19.0.1:57011
+0800 2022-09-25 23:28:15 INFO [1680430457] inbound/tun[0]: inbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:15 INFO [1680430457] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 172.217.160.74:443
+0800 2022-09-25 23:28:15 ERROR [1680430457] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:15 INFO [3557965046] inbound/tun[0]: inbound packet connection from 172.19.0.1:58720
+0800 2022-09-25 23:28:15 INFO [3557965046] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:15 INFO [3557965046] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:15 ERROR [3557965046] inbound/tun[0]: invalid argument
+0800 2022-09-25 23:28:15 ERROR [748432280] dns: exchange failed for jnn-pa.googleapis.com. IN A: context deadline exceeded
+0800 2022-09-25 23:28:15 INFO [4223927029] inbound/tun[0]: inbound connection from 172.19.0.1:1938
+0800 2022-09-25 23:28:15 INFO [4223927029] inbound/tun[0]: inbound connection to 20.205.243.168:443
+0800 2022-09-25 23:28:16 INFO [2846359429] inbound/tun[0]: inbound connection from 172.19.0.1:1940
+0800 2022-09-25 23:28:16 INFO [2846359429] inbound/tun[0]: inbound connection to 20.205.243.168:443
+0800 2022-09-25 23:28:16 INFO [2870939333] inbound/tun[0]: inbound connection from 172.19.0.1:1941
+0800 2022-09-25 23:28:16 INFO [2870939333] inbound/tun[0]: inbound connection to 20.205.243.168:443
+0800 2022-09-25 23:28:16 ERROR [748432280] dns: exchange failed for jnn-pa.googleapis.com. IN A: context deadline exceeded
+0800 2022-09-25 23:28:16 INFO [1500757773] inbound/tun[0]: inbound connection from 172.19.0.1:1945
+0800 2022-09-25 23:28:16 INFO [1500757773] inbound/tun[0]: inbound connection to 20.205.243.168:443
+0800 2022-09-25 23:28:17 INFO [3423073949] inbound/tun[0]: inbound connection from 172.19.0.1:1947
+0800 2022-09-25 23:28:17 INFO [3423073949] inbound/tun[0]: inbound connection to 20.205.243.168:443
+0800 2022-09-25 23:28:17 ERROR [1865669502] dns: exchange failed for www.youtube.com. IN A: context deadline exceeded
+0800 2022-09-25 23:28:19 INFO [954395252] inbound/tun[0]: inbound connection from 172.19.0.1:1950
+0800 2022-09-25 23:28:19 INFO [954395252] inbound/tun[0]: inbound connection to 20.205.243.168:443
+0800 2022-09-25 23:28:19 ERROR [3653690014] dns: exchange failed for jnn-pa.googleapis.com. IN A: context deadline exceeded
+0800 2022-09-25 23:28:20 INFO [2731729111] inbound/tun[0]: inbound connection from 172.19.0.1:1953
+0800 2022-09-25 23:28:20 INFO [2731729111] inbound/tun[0]: inbound connection to 20.205.243.168:443
+0800 2022-09-25 23:28:20 ERROR [1865669502] dns: exchange failed for www.youtube.com. IN A: context canceled
+0800 2022-09-25 23:28:21 INFO [2533955278] inbound/tun[0]: inbound packet connection from 172.19.0.1:60972
+0800 2022-09-25 23:28:21 INFO [2533955278] inbound/tun[0]: inbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:21 INFO [2533955278] outbound/shadowsocks[shadowsocks-out]: outbound packet connection to 142.250.66.78:443
+0800 2022-09-25 23:28:21 ERROR [2533955278] inbound/tun[0]: invalid argument
`

i can not find the mistakes or wrong config, please help me .

提问

大佬这配置太难了,可否写个singbox协议多合一脚本尼。

can't finish installtion. there is an error report.

[INF] sing-box状态: 未安装

请输入选择[0-G]:1
[DEG] 开始安装sing-box...
[DEG] 开始下载sing-box...
[INF] 检测当前系统中...
[INF] 系统检测完毕,当前系统为:ubuntu
[INF] 检测当前系统架构中...
[INF] 当前系统架构为 aarch64
[INF] 系统架构检测完毕,当前系统架构为:arm64
Reading package lists... Done
Building dependency tree
Reading state information... Done
tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.3).
wget is already the newest version (1.20.3-1ubuntu2).
jq is already the newest version (1.6-1ubuntu0.20.04.1).
0 upgraded, 0 newly installed, 0 to remove and 90 not upgraded.
[INF] 将选择使用版本:
[INF] Will create /usr/local/sing-box and /usr/local/etc/sing-box for sing-box...
[INF] create /usr/local/sing-box adn /usr/local/etc/sing-box for sing-box success
WARNING: timestamping does nothing in combination with -O. See the manual
for details.

--2023-06-30 09:55:26-- https://github.com/SagerNet/sing-box/releases/download//sing-box--linux-arm64.tar.gz
Resolving github.com (github.com)... 20.27.177.113
Connecting to github.com (github.com)|20.27.177.113|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-06-30 09:55:27 ERROR 404: Not Found.

[ERR] Download sing-box failed,plz be sure that your network work properly and can access github
[INF] Will delete /usr/local/sing-box and /usr/local/etc/sing-box...
[INF] delete /usr/local/sing-box and /usr/local/etc/sing-box success

Help Needed: Implementing Plugin (Obfs or v2ray-plugin) in Shadowsocks

Can someone please point or show config.json template of how to implement Plugin (Obfs or v2ray-plugin) in Shadowsocks server.

Envvironment:

[INF] 版本信息:sing-box version 1.1-beta6

Environment: go1.19.1 linux/amd64

(update singbox to the latest beta7 (though beta6 reported)

I tried something like this:

"inbounds": [
{
"type": "shadowsocks",
"tag": "ss-in",
"listen": "xx.xx.xx.xx",
"listen_port": 80,
"method": "2022-blake3-aes-128-gcm",
"password": "8JCsPsswiMlhARg==",
"plugin": "/usr/local/sing-box/v2ray-plugin",
"plugin_opts": "server;path=/xyz",
"network": "tcp",
"domain_strategy": "prefer_ipv4",
"tcp_fast_open": true,
"sniff": true,
"proxy_protocol": false

But i got server error:

FATAL[0000] decode config: inbound options: json: unknown field "plugin"

thanks for any help

sing-box-yes Naiveproxy服务端配置模板

{
"log": {
"disabled": false,
"level": "info",
"output": "/usr/local/sing-box/sing-box.log",
"timestamp": true
},
"dns": {
"servers": [
{
"tag": "google-tls",
"address": "local",
"address_strategy": "prefer_ipv4",
"strategy": "ipv4_only",
"detour": "direct"
},
{
"tag": "google-udp",
"address": "8.8.8.8",
"address_strategy": "prefer_ipv4",
"strategy": "prefer_ipv4",
"detour": "direct"
}
],
"strategy": "prefer_ipv4",
"disable_cache": false,
"disable_expire": false
},
"inbounds": [
{
"type": "naive",
"tag": "naive-in",
"listen_port": 10240,
"sniff": true,
"sniff_override_destination": true,
"sniff_timeout": "300ms",
"users": [
{
"username": "yourloginname",
"password": "yourpassword"
}
],
"tls": {
"enabled": true,
"server_name": "youdomain.com",
"certificate_path": "/root/youdomain.com/fullchain.cer",
"key_path": "/root/youdomain.com/youdomain.com.key"
}
}
],
"outbounds": [
{
"type": "direct",
"tag": "direct"
},
{
"type": "block",
"tag": "block"
},
{
"type": "dns",
"tag": "dns-out"
}
],
"route": {
"rules": [
{
"protocol": "dns",
"outbound": "dns-out"
},
{
"inbound": [
"naive-in"
],
"network": "tcp",
"outbound": "direct"
},
{
"geosite": "category-ads-all",
"outbound": "block"
},
{
"geosite": "cn",
"geoip": "cn",
"outbound": "block"
}
],
"geoip": {
"path": "geoip.db",
"download_url": "https://github.com/SagerNet/sing-geoip/releases/latest/download/geoip.db",
"download_detour": "direct"
},
"geosite": {
"path": "geosite.db",
"download_url": "https://github.com/SagerNet/sing-geosite/releases/latest/download/geosite.db",
"download_detour": "direct"
},
"final": "direct",
"auto_detect_interface": true
}
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.