by default, listen to unix domain #25

Open
boyska wants to merge 0 commits from 5-socketpaths into master
Owner

This gives better security guarantees than TCP sockets.

Fixes #5

Using /tmp/ is not perfectly FHS-compliant, but is a sane default which is useful in most cases.

This gives better security guarantees than TCP sockets. Fixes #5 Using /tmp/ is not perfectly FHS-compliant, but is a sane default which is useful in most cases.
This pull request cannot be merged automatically due to conflicts.
Merge manually to resolve the conflicts.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin 5-socketpaths:5-socketpaths
git checkout 5-socketpaths

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff 5-socketpaths
git checkout 5-socketpaths
git rebase master
git checkout master
git merge --ff-only 5-socketpaths
git checkout 5-socketpaths
git rebase master
git checkout master
git merge --no-ff 5-socketpaths
git checkout master
git merge --squash 5-socketpaths
git checkout master
git merge --ff-only 5-socketpaths
git checkout master
git merge 5-socketpaths
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

0001-01-01

Dependencies

No dependencies set.

Reference: boyska/circolog#25
No description provided.