Skip to main content

// Comment

Currently, only the following comment formats are supported:

Lines beginning with ;

;this is a comment

Lines beginning with //

// this is also a comment

Lines beginning with #

# comment again

Inline Comments

You can also add comments at the end of a line.

http-listen = 0.0.0.0:1234 // don't use port number less than 1024