Add dedicated server packaging
This commit is contained in:
commit
b9c031dfab
13 changed files with 275 additions and 0 deletions
10
config/server.cfg.example
Normal file
10
config/server.cfg.example
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[server]
|
||||
name="NETfishing Dedicated Server"
|
||||
bind_address="*"
|
||||
port=7777
|
||||
max_players=8
|
||||
public=false
|
||||
data_directory="/var/lib/netfishing-server"
|
||||
|
||||
[discovery]
|
||||
url="https://discovery.netfishing.org"
|
||||
Loading…
Add table
Add a link
Reference in a new issue