{"id":581,"date":"2024-09-15T00:54:28","date_gmt":"2024-09-14T16:54:28","guid":{"rendered":"https:\/\/forelink.top\/?p=581"},"modified":"2024-09-15T01:02:50","modified_gmt":"2024-09-14T17:02:50","slug":"%e5%ae%89%e8%a3%85clash-for-linux%e7%a7%91%e5%ad%a6%e4%b8%8a%e7%bd%91","status":"publish","type":"post","link":"https:\/\/forelink.top\/index.php\/2024\/09\/15\/%e5%ae%89%e8%a3%85clash-for-linux%e7%a7%91%e5%ad%a6%e4%b8%8a%e7%bd%91\/","title":{"rendered":"\u5b89\u88c5Clash-for-Linux\u79d1\u5b66\u4e0a\u7f51"},"content":{"rendered":"\n<p class=\"has-medium-font-size\">\u7b80\u4ecb\uff1a<br>\u4e3b\u8981\u4ecb\u7ecd\u4e86Clash-for-Linux\u5728debian\u7cfb\u7edf\u4e0a\u7684\u7684\u5b89\u88c5\u548c\u914d\u7f6e\u65b9\u6cd5<\/p>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"github\u4ed3\u5e93\u94fe\u63a5\">Github\u4ed3\u5e93\u94fe\u63a5<\/h1>\n\n\n\n<p><a href=\"https:\/\/github.com\/Elegycloud\/clash-for-linux-backup\">https:\/\/github.com\/Elegycloud\/clash-for-linux-backup<\/a><\/p>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"\u5b89\u88c5\u65b9\u6cd5\">\u5b89\u88c5\u65b9\u6cd5<\/h1>\n\n\n\n<p>\u5728\u4ed3\u5e93README\u5199\u7684\u5f88\u8be6\u5c3d\u4e86\u3002\n\u5148\u514b\u9686\u4ed3\u5e93\u9879\u76ee\u5230\u672c\u5730<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ git clone https:\/\/github.com\/Elegycloud\/clash-for-linux-backup.git\n<\/code><\/pre>\n\n\n\n<p>\u7f16\u8f91\u9879\u76ee\u76ee\u5f55\u4e2d\u7684<code>.env<\/code> \u6587\u4ef6\uff0c\u5c06<code>CLASH_URL<\/code>\u4fee\u6539\u4e3a\u673a\u573a\u7684clash\u8ba2\u9605\u5730\u5740\uff0c\u4fdd\u5b58\u9000\u51fa\u3002<\/p>\n\n\n\n<p>\u8fd0\u884c\u542f\u52a8\u811a\u672c\uff0c\u5982\u679c\u8ba2\u9605\u5730\u5740\u80fd\u591f\u6b63\u786e\u8bbf\u95ee\uff0c\u4f1a\u63d0\u793a\u52a0\u8f7d\u73af\u5883\u53d8\u91cf\u548c\u5f00\u542f\u5173\u95ed\u7cfb\u7edf\u4ee3\u7406\u7684\u547d\u4ee4\u63d0\u793a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.\/start.sh\n\n\u6b63\u5728\u68c0\u6d4b\u8ba2\u9605\u5730\u5740...\nClash\u8ba2\u9605\u5730\u5740\u53ef\u8bbf\u95ee\uff01                                      &#91;  OK  ]\n\n\u6b63\u5728\u4e0b\u8f7dClash\u914d\u7f6e\u6587\u4ef6...\n\u914d\u7f6e\u6587\u4ef6config.yaml\u4e0b\u8f7d\u6210\u529f\uff01                              &#91;  OK  ]\n\n\u6b63\u5728\u542f\u52a8Clash\u670d\u52a1...\n\u670d\u52a1\u542f\u52a8\u6210\u529f\uff01                                             &#91;  OK  ]\n\nClash Dashboard \u8bbf\u95ee\u5730\u5740\uff1ahttp:\/\/&lt;ip&gt;:9090\/ui\nSecret\uff1axxxxxxxxxxxxx\n\n\u8bf7\u6267\u884c\u4ee5\u4e0b\u547d\u4ee4\u52a0\u8f7d\u73af\u5883\u53d8\u91cf: source \/etc\/profile.d\/clash.sh\n\n\u8bf7\u6267\u884c\u4ee5\u4e0b\u547d\u4ee4\u5f00\u542f\u7cfb\u7edf\u4ee3\u7406: proxy_on\n\n\u82e5\u8981\u4e34\u65f6\u5173\u95ed\u7cfb\u7edf\u4ee3\u7406\uff0c\u8bf7\u6267\u884c: proxy_off\n<\/code><\/pre>\n\n\n\n<p>\u52a0\u8f7d\u73af\u5883\u53d8\u91cf\u548c\uff0c\u5e76\u5f00\u542f\u7cfb\u7edf\u4ee3\u7406<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>source \/etc\/profile.d\/clash.sh\nproxy_on\n<\/code><\/pre>\n\n\n\n<p>\u68c0\u67e5\u670d\u52a1\u7aef\u53e3\uff08\u9700\u8981 net-tools\u8f6f\u4ef6\u5305\uff09<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ netstat -tln | grep -E '9090|789.'\ntcp        0      0 127.0.0.1:9090          0.0.0.0:*               LISTEN     \ntcp6       0      0 :::7890                 :::*                    LISTEN     \ntcp6       0      0 :::7891                 :::*                    LISTEN     \ntcp6       0      0 :::7892                 :::*                    LISTEN\n<\/code><\/pre>\n\n\n\n<p>\u68c0\u67e5\u73af\u5883\u53d8\u91cf<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ env | grep -E 'http_proxy|https_proxy'\nhttp_proxy=http:\/\/127.0.0.1:7890\nhttps_proxy=http:\/\/127.0.0.1:7890\n<\/code><\/pre>\n\n\n\n<p>\u5982\u679c\u8fd4\u56de\u4e86\u540e\u4e24\u884c\u4fe1\u606f\u8bf4\u660e\u914d\u7f6e\u6210\u529f\u3002\n\u63a5\u4e0b\u6765\u8bbe\u7f6e\u4ee3\u7406\u3002<\/p>\n\n\n\n<p>\u5982\u679c\u4f7f\u7528Debian \/ Ubuntu \uff0c\u9700\u8981\u5728gnome\u684c\u9762 \u8bbe\u7f6e\u4e2d\u6253\u5f00\u7f51\u7edc\u8bbe\u7f6e-\u4ee3\u7406\u8bbe\u7f6e\uff0c\u5e76\u4fee\u6539 HTTP\/HTTPS \/SOCKS \u4e3a\u624b\u52a8\u4ee3\u7406\uff0c\u5e76\u5c06\n\u7aef\u53e3\u53f7\u4fee\u6539\u4e3a\u8f6f\u4ef6\u9ed8\u8ba4\u4f7f\u7528\u7684\u7aef\u53e3\u53f7\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image\"><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='https:\/\/forelink-picgo.oss-cn-beijing.aliyuncs.com\/img\/%E6%88%AA%E5%9B%BE%202024-09-14%2017-39-04.png'><img class=\"lazyload lazyload-style-1\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  decoding=\"async\" data-original=\"https:\/\/forelink-picgo.oss-cn-beijing.aliyuncs.com\/img\/%E6%88%AA%E5%9B%BE%202024-09-14%2017-39-04.png\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\u622a\u56fe 2024-09-14 17-39-04.png\"\/><\/div><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"\u4fee\u6539\u8282\u70b9\u548c\u7aef\u53e3\u53f7\">\u4fee\u6539\u8282\u70b9\u548c\u7aef\u53e3\u53f7<\/h1>\n\n\n\n<p>\u63d0\u4f9b\u4e86 yacd\u63a7\u5236\u9762\u677f \u53ef\u89c6\u5316\u7684\u7ba1\u7406 clash\uff0c\u8bbf\u95ee<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>localhost:9090\/ui\n\u6216\n127.0.0.1:9090\/ui\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='https:\/\/forelink-picgo.oss-cn-beijing.aliyuncs.com\/img\/Snipaste_2024-09-14_17-50-56.png'><img class=\"lazyload lazyload-style-1\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  decoding=\"async\" data-original=\"https:\/\/forelink-picgo.oss-cn-beijing.aliyuncs.com\/img\/Snipaste_2024-09-14_17-50-56.png\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"Snipaste_2024-09-14_17-50-56.png\"\/><\/div><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>URL\u586b\u5165\u5982\u56fe\u4e2d\u7684\u4fe1\u606f\uff0cSecret\u5728\u542f\u52a8Clash\u811a\u672c\u7684\u7ec8\u7aef\u83b7\u53d6\uff0c\u53ef\u4ee5\u6253\u5f00yacd\u63a7\u5236\u9762\u677f\u7684\u767b\u9646\u754c\u9762\uff0c\u80fd\u591f\u67e5\u770b\u5f53\u524dclash\u72b6\u6001\uff0c\u4fee\u6539\u8282\u70b9\uff0c\u89c4\u5219\uff0c\u67e5\u770b\u8fde\u63a5\u914d\u7f6e\u548c\u65e5\u5fd7\u3002<\/p>\n\n\n\n<p>\u6709Issue\u63d0\u5230\u4e86\u5b58\u5728\u6d41\u91cf\u6fc0\u589e\u7684\u95ee\u9898\u3002<\/p>\n\n\n\n<p>\u5173\u95ed\u4ee3\u7406\u540e\uff0c\u5e94\u8be5\u5c06\u8bbe\u7f6e\u4e2d\u7684\u4ee3\u7406\u4fe1\u606f\u6539\u56de\u4e3a\u81ea\u52a8\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u7b80\u4ecb\uff1a\u4e3b\u8981\u4ecb\u7ecd\u4e86Clash-for-Linux\u5728debian\u7cfb\u7edf\u4e0a\u7684\u7684\u5b89\u88c5\u548c\u914d\u7f6e\u65b9\u6cd5 Github\u4ed3\u5e93\u94fe\u63a5 h [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":"","footnotes":""},"categories":[19,17,34],"tags":[],"class_list":["post-581","post","type-post","status-publish","format-standard","hentry","category-linux-study","category-17","category-34"],"_links":{"self":[{"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/posts\/581","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/comments?post=581"}],"version-history":[{"count":2,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/posts\/581\/revisions"}],"predecessor-version":[{"id":590,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/posts\/581\/revisions\/590"}],"wp:attachment":[{"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/media?parent=581"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/categories?post=581"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/tags?post=581"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}