From b0b8bc0f27ad12b9c70b7d45080bceef067e856a Mon Sep 17 00:00:00 2001 From: 8ga Date: Thu, 5 Mar 2026 11:18:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Ubuntu=E9=85=8D=E7=BD=AEHT?= =?UTF-8?q?TP=E4=BB=A3=E7=90=86=E6=9C=8D=E5=8A=A1=E5=99=A8.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ubuntu配置HTTP代理服务器.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Ubuntu配置HTTP代理服务器.md b/Ubuntu配置HTTP代理服务器.md index 9983b0e..d3e9170 100644 --- a/Ubuntu配置HTTP代理服务器.md +++ b/Ubuntu配置HTTP代理服务器.md @@ -22,7 +22,7 @@ export no_proxy="localhost,127.0.0.1,::1,192.168.*,10.*" source ~/.bashrc ``` -## 对所有用户生效 +## 对所有用户生效(需重启系统) ```bash sudo nano /etc/environment @@ -41,6 +41,4 @@ no_proxy="localhost,127.0.0.1,::1" ```bash sudo reboot -``` - -重启系统才能生效 \ No newline at end of file +``` \ No newline at end of file