-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathserver.cfg
42 lines (33 loc) · 827 Bytes
/
server.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# An example Furion server configuration
# Server listens on 443 with SSL and Authentication enabled.
#
# Main section.
#
[main]
# The IP address and port that the server will listen on.
# Set local_ip = 0.0.0.0 to listen on all available interfaces.
local_ip = 0.0.0.0
local_port = 443
with_systemd = on
# Enable SSL and locate the SSL server pem file.
local_ssl = on
pem_path = furion.pem
# Username/password authentication
local_auth = on
# Ports that are allowed to connect to
allowed_ports = all
# Start UDP ping server for network delay detection
ping_server = on
ping_server_port = 17777
# Log level
log_level = 20
# Log path
log_path = /var/log/furion/furion.log
#
# Plugin section.
#
[plugin]
# Choose which auth plugin you want to use.
auth_plugin = simpleauth
[simpleauth]
password_path = simpleauth.passwd