CHIZI-0618 / box4magisk

Use sing-box, clash, v2ray, xray tunnel proxy on Android devices.
GNU General Public License v3.0
920 stars 104 forks source link

all DNS requests failed #8

Closed phaye closed 1 year ago

CHIZI-0618 commented 1 year ago

配置没有问题,根据 clash 内核日志,csunicom.nodenet.cloud:28881 应该是你的节点的域名与端口?你应该检查你的节点连通性。

CHIZI-0618 commented 1 year ago

感谢回复,但并不是节点问题,我用隔壁魔2的CFM几乎相同的tproxy配置没有问题,也是卡在这好久才来提issue的

那我也不知道问题出在哪

同时还有一点不是很明白重启box.service时有如下报错

BusyBox v1.34.1-Magisk (2022-03-22 04:11:29 PDT) multi-call binary.

Usage: grep [-HhnlLoqvsrRiwFE] [-m N] [-A|B|C N] { PATTERN | -e PATTERN... | -f FILE... } [FILE]...

Search for PATTERN in FILEs (or stdin)

  -H  Add 'filename:' prefix
  -h  Do not add 'filename:' prefix
  -n  Add 'line_no:' prefix
  -l  Show only names of files that match
  -L  Show only names of files that don't match
  -c  Show only count of matching lines
  -o  Show only the matching part of line
  -q  Quiet. Return 0 if PATTERN is found, 1 otherwise
  -v  Select non-matching lines
  -s  Suppress open and read errors
  -r  Recurse
  -R  Recurse and dereference symlinks
  -i  Ignore case
  -w  Match whole words only
  -x  Match whole lines only
  -F  PATTERN is a literal (not regexp)
  -E  PATTERN is an extended regexp
  -m N    Match up to N times per file
  -A N    Print N lines of trailing context
  -B N    Print N lines of leading context
  -C N    Same as '-A N -B N'
  -e PTRN Pattern to match
  -f FILE Read pattern from file

这是 busybox 的输出,看起来 grep 命令的使用有不规范的地方,不影响使用忽略即可