-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubregsim.conf.sample
41 lines (29 loc) · 1.16 KB
/
subregsim.conf.sample
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
# Docker configuration, read README.md for details
# Required simulator user name
username = username
# Required simulator password
password = password
# Required simulator domain
domain = example.com
# Host name or IP address to listen on (use 127.0.0.1 for testing on localhost,
# or 0.0.0.0 to accept any address for testing with Docker)
#host = 127.0.0.1
# Port to listen on when in HTTP mode
#port = 80
# If you want to switch to HTTPS (SSL), uncomment the following line
#ssl = true
# Port to listen on when in HTTPS (SSL) mode
#ssl-port = 443
# SSL server certificate in PEM format (may contain private key)
#ssl-certificate = /config/server-certificate.crt
# SSL server private key in PEM format (not necessary if present in the
# certificate file)
#ssl-private-key = /config/server-certificate.key
# If you want to enable simple DNS server serving added records, uncomment the
# following line
#dns = true
# DNS server port to listen on
#dns-port = 53
# DNS server host name or IP address to listen on (use 127.0.0.1 for testing on
# localhost, or 0.0.0.0 to accept any address for testing with Docker)
#dns-host = 127.0.0.1