mirror of
https://github.com/YGGverse/hlstate-rs.git
synced 2026-03-31 17:15:37 +00:00
use ipv6 by default, remove extra config options
This commit is contained in:
parent
a549ad2f6e
commit
44a60cff11
5 changed files with 1 additions and 9 deletions
|
|
@ -1,9 +1,7 @@
|
|||
title = "HLState"
|
||||
|
||||
format_time = "%d/%m/%Y %H:%M"
|
||||
|
||||
# Bind server on given host
|
||||
host = "127.0.0.1"
|
||||
host = "[::1]"
|
||||
|
||||
# Bind server on given port
|
||||
port = 8027
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue