请教各位大神几个弱小的问题!感谢为先! #47

Open
opened 2022-12-21 02:52:28 -05:00 by geshenggang4 · 1 comment
geshenggang4 commented 2022-12-21 02:52:28 -05:00 (Migrated from github.com)

1:查看xray运行日志 是什么命令
2:xray做为客户端 我想对接连接上trojan-go config.json如何编写
image
这样的配置后,启动服务器后。连接不上正常的运行服务端。
image
image
系统环境是ubuntu18.04 lts

1:查看xray运行日志 是什么命令 2:xray做为客户端 我想对接连接上trojan-go config.json如何编写 ![image](https://user-images.githubusercontent.com/59082460/208849761-6cfa781f-e948-4c06-9074-464c9598eb59.png) 这样的配置后,启动服务器后。连接不上正常的运行服务端。 ![image](https://user-images.githubusercontent.com/59082460/208850095-84a57c98-437b-431b-ae1f-c30ab6228304.png) ![image](https://user-images.githubusercontent.com/59082460/208850167-179d7987-2636-4c7f-a9ef-9448a3fe9ae3.png) 系统环境是ubuntu18.04 lts
hnliuzesen commented 2024-04-01 04:59:23 -04:00 (Migrated from github.com)

1

文件路径

installed: /var/log/xray/access.log
installed: /var/log/xray/error.log

命令

实时查看

tail -f /var/log/xray/access.log

看最后 10 行

tail -n 10 /var/log/xray/access.log

2

不了解

# 1 ## 文件路径 installed: /var/log/xray/access.log installed: /var/log/xray/error.log ## 命令 ### 实时查看 ``` tail -f /var/log/xray/access.log ``` ### 看最后 10 行 ``` tail -n 10 /var/log/xray/access.log ``` # 2 不了解
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
XTLS/Xray-install#47
No description provided.