[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
[remote "origin"]
	url = git@github.com:samboy/MaraDNS.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[remote "sourcehut"]
        url = git@git.sr.ht:~samiam/MaraDNS
[remote "bitbucket"]
        url = git@bitbucket.org:maradns/maradns.git
[remote "codeberg"]
	url = git@codeberg.org:samboy/MaraDNS.git
[remote "gitlab"]
        url = git@gitlab.com:maradns/maradns.git
[remote "sourceforge"]
        url = ssh://samboy@git.code.sf.net/p/maradns-git/code
[branch "master"]
	remote = origin
	merge = refs/heads/master
