Skip to content

Commit

Permalink
change default port for service (lazy)
Browse files Browse the repository at this point in the history
  • Loading branch information
someodd committed Oct 7, 2024
1 parent 783b746 commit 4385125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposcripts/bore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hostname = "gopher.someodd.zip"
listenAddress = "::"
# This is the port the server listens on. The default is 70 (I think this is the port the
# Gopher Protocol RFC 1436 specifies).
listenPort = 70
listenPort = 7071
# This is the user the server runs as. This is useful for dropping privileges. The default
# is the user that started the server, so that can be null. Uncomment to define.
user = "bore"

0 comments on commit 4385125

Please sign in to comment.