Skip to content

Commit

Permalink
Defaults.kt: The default listening interface is now the loopback one
Browse files Browse the repository at this point in the history
I believe this is a good safety measure
  • Loading branch information
elluisian committed Oct 1, 2024
1 parent a0e2700 commit d37cd48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Defaults {
}

@EncodeDefault
var listenInterface = "0.0.0.0"
var listenInterface = "loopback"
private set

@EncodeDefault
Expand Down

0 comments on commit d37cd48

Please sign in to comment.