akhenakh / gozim

A Go native implementation for ZIM files
MIT License
205 stars 35 forks source link

Changing default port #40

Closed xthursdayx closed 4 years ago

xthursdayx commented 4 years ago

Is there a way to change the default port to something else other than 8080?

Aws505 commented 4 years ago

It appears to just be a run flag for gozimhttpd Unsurprisingly, it's the "-port=" flag.

Set -port=8888 (or whatever port you want) and Bob's your uncle

xthursdayx commented 4 years ago

It appears to just be a run flag for gozimhttpd

Unsurprisingly, it's the "-port=" flag.

Set -port=8888 (or whatever port you want) and Bob's your uncle

Awesome, thanks for following up!