Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Troajn的开机自启和分流
Experiences and Insight
861
views ·
0
replies ·
To
floor
Go
thepoy
deepin
2020-03-01 22:16
Author
本帖最后由 thepoy 于 2020-3-1 14:29 编辑
好像传不了图,垃圾论坛。不涉及搭建。
1、下载trojan的release,解压,修改参数。
2、设置自动代理。打开“网络”--“系统代理”--“自动”,将下面的链接粘贴进去:
https://gitee.com/thepoy/pac/raw/master/pac.txt
Copy the Code
3、创建trojan.desktop放进.config/autostart里,格式如下:
[Desktop Entry]
Type=Application
Exec=/xxx/trojan/trojan -c /xxx/trojan/config.json # xxx为你解压后的trojan文件夹的绝对路径
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[en_IN]=Trojan
Name=Trojan
Comment[en_IN]=Trojan
Comment=Trojan
Copy the Code
此时,你可以测试一下是否已经开机自启了。
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
WiFi Drivers
Popular Events
More
好像传不了图,垃圾论坛。不涉及搭建。
1、下载trojan的release,解压,修改参数。
2、设置自动代理。打开“网络”--“系统代理”--“自动”,将下面的链接粘贴进去:
3、创建trojan.desktop放进.config/autostart里,格式如下: