Skip to content

Commit

Permalink
Change default IP to 0.0.0.0 instead of 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xmamo committed Nov 27, 2016
1 parent fe7cc48 commit 143e208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/mamo/vanillaVotifier/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ log-directory: 'logs'

# The IP address and port of the VanillaVotifier server.
server:
ip: '127.0.0.1'
ip: '0.0.0.0'
port: 8192

# The relative path to the public and private key files.
Expand All @@ -23,7 +23,7 @@ on-vote:
# The IP address, port, and password of the RCon server.
# Using a local IP address should be preferred, since the RCon protocol requires passwords to be sent as plaintext.
server:
ip: '127.0.0.1'
ip: '0.0.0.0'
port: 25575
password: 'password'

Expand Down

0 comments on commit 143e208

Please sign in to comment.