Skip to content

My Flood is not listen to my host ip #130

Answered by jesec
bocibocinet asked this question in Q&A
Discussion options

You must be logged in to vote

It is recommended to use CLI arguments. Static configuration is discouraged. It simply won't work unless you compiled Flood from sources.

See Install Flood as a service (systemd).

To add arguments, for example --host 0.0.0.0, simply append to ExecStart:

ExecStart=/usr/bin/flood --host 0.0.0.0

instead of

ExecStart=/usr/bin/flood

If you use npm run start, append arguments after --. See README.

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@jesec
Comment options

@bocibocinet
Comment options

@jesec
Comment options

@bocibocinet
Comment options

Answer selected by jesec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #130 on December 21, 2020 21:58.