diff --git a/custom-example.el b/custom-example.el index c9179b1b6..53fea75d8 100644 --- a/custom-example.el +++ b/custom-example.el @@ -7,8 +7,8 @@ ;; (setq centaur-logo nil) ; Logo file or nil (official logo) ;; (setq centaur-full-name "user name") ; User full name ;; (setq centaur-mail-address "user@email.com") ; Email address -;; (setq centaur-proxy "127.0.0.1:7890") ; HTTP/HTTPS proxy -;; (setq centaur-socks-proxy "127.0.0.1:7890") ; SOCKS proxy +;; (setq centaur-proxy "127.0.0.1:7897") ; HTTP/HTTPS proxy +;; (setq centaur-socks-proxy "127.0.0.1:7897") ; SOCKS proxy ;; (setq centaur-server nil) ; Enable `server-mode' or not: t or nil ;; (setq centaur-icon nil) ; Display icons or not: t or nil ;; (setq centaur-package-archives 'melpa) ; Package repo: melpa, bfsu, iscas, netease, sjtu, tencent, tuna or ustc diff --git a/lisp/init-custom.el b/lisp/init-custom.el index 1b67eb28e..6cfe939c8 100644 --- a/lisp/init-custom.el +++ b/lisp/init-custom.el @@ -60,12 +60,12 @@ :group 'centaur :type 'string) -(defcustom centaur-proxy "127.0.0.1:1087" +(defcustom centaur-proxy "127.0.0.1:7897" "Set HTTP/HTTPS proxy." :group 'centaur :type 'string) -(defcustom centaur-socks-proxy "127.0.0.1:1086" +(defcustom centaur-socks-proxy "127.0.0.1:7897" "Set SOCKS proxy." :group 'centaur :type 'string)