Skip to content
#

assets

Here are 1,013 public repositories matching this topic...

zottwickel
zottwickel commented Nov 2, 2021

Hello all!

When building using trunk serve, it is noted that the server is listening at 0.0.0.0:8080 by default. This is hard-coded at src/serve.rs on line 99.

There are two issues with this:
A) Users should be able to configure where the server is listening.
B) Most importantly: Anyone on the same network can open your server page if you don't have a firewall for it

A v

Improve this page

Add a description, image, and links to the assets topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the assets topic, visit your repo's landing page and select "manage topics."

Learn more