This excempts my two emacs configurations for spacemacs and doom-emacs. THere are still credentials in plaintext and I need to solve how to store those in git without the credentials.
15 lines
384 B
INI
15 lines
384 B
INI
|
|
;; Add the following to your /etc/hosts file
|
|
|
|
; Enables ProtonMail lookups in offlineimap
|
|
127.0.0.1 imap.protonmail.com
|
|
|
|
; Elation helper domains
|
|
172.17.10.215 stage.elationemr.com
|
|
172.16.12.166 prod.elationemr.com
|
|
|
|
# BEGIN section for OpenVPN Client SSL sites
|
|
127.94.0.1 client.openvpn.net
|
|
127.94.0.2 openvpn-client.vpn.elationemr.com
|
|
# END section for OpenVPN Client SSL sites
|