From cc8090990912ef9b83ba8036683edd463eb3ef6f Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Mon, 15 Nov 2021 16:09:55 -0600 Subject: Update all URLs Update all gymli.xyz URLs to gymli.org. This coincides with a DNS change on my website. --- .gitconfig | 2 +- .mutt/gymli | 8 ++++---- .ssh/config | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitconfig b/.gitconfig index 1fe3480..3c91f7f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,5 +1,5 @@ [user] - email = dholman@gymli.xyz + email = dholman@gymli.org name = Danny Holman [sendemail] diff --git a/.mutt/gymli b/.mutt/gymli index 31e2111..e736530 100644 --- a/.mutt/gymli +++ b/.mutt/gymli @@ -1,7 +1,7 @@ ## IMAP set imap_user = dholman -set imap_pass = `pass gymli.xyz/mail/dholman` -set folder = imaps://mail.gymli.xyz +set imap_pass = `pass gymli.org/mail/dholman` +set folder = imaps://mail.gymli.org set spoolfile = +INBOX set postponed = +Drafts set record = +Sent @@ -9,8 +9,8 @@ unmailboxes * mailboxes =INBOX =Sent =Trash =Drafts =Junk =Archive ## SMTP -set from = Danny Holman <$imap_user@gymli.xyz> +set from = dholman@gymli.org set sendmail = "/usr/bin/msmtp -a private -t" ## Hook -account-hook $folder "set imap_user=dholman@gymli.xyz imap_pass=`pass gymli.xyz/mail/dholman`" +account-hook $folder "set imap_user=dholman imap_pass=`pass gymli.org/mail/dholman`" diff --git a/.ssh/config b/.ssh/config index 12fcc27..ab82b2c 100644 --- a/.ssh/config +++ b/.ssh/config @@ -6,13 +6,13 @@ Host * GSSAPIAuthentication yes GSSAPIDelegateCredentials yes Host Zeus - HostName www.gymli.xyz + HostName www.gymli.org Port 22 Host Zeus-idrac HostName 192.168.1.40 Port 22 Host Wilson - HostName Wilson.gymli.xyz + HostName Wilson.gymli.org Port 22 ProxyJump Zeus Host gateway -- cgit v1.2.3