Change default env http proxy service
authorstardiviner <[email protected]>
Fri, 3 Mar 2023 02:52:48 +0000 (3 10:52 +0800)
committerstardiviner <[email protected]>
Fri, 3 Mar 2023 03:05:16 +0000 (3 11:05 +0800)
proxy-mode.el

index ed26909..3c7f591 100644 (file)
@@ -40,7 +40,7 @@
   "Currently enabled proxy type.")
 
 ;; Privoxy
-(defcustom proxy-mode-env-http-proxy "http://localhost:8118"
+(defcustom proxy-mode-env-http-proxy "http://localhost:7980"
   "Customize HTTP_PROXY environment variable value."
   :type 'string
   :safe #'stringp