Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from Mon-ius:main #15

Merged
merged 2 commits into from
Sep 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update dante config
  • Loading branch information
Mon-ius committed Sep 14, 2023
commit 87aa0140b6032226f32eb908ad0c507c5dbd4e2d
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
if [ ! -e "/opt/danted.conf" ]; then
cat > /opt/danted.conf <<-EOF
logoutput: stderr
internal: ${IFACE} port = 9091
internal: 0.0.0.0 port=9091
external: warp

user.unprivileged: nobody
Expand Down