You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
292 B
11 lines
292 B
---
|
|
|
|
# Port on which g2cs will listen
|
|
g2cs_port: 3514
|
|
|
|
# Where log files will be created. Thos files won't grow too large as g2cs truncates them after 10000 lines
|
|
# so better to use a tmpfs
|
|
g2cs_log_dir: /run/g2cs/logs
|
|
|
|
# List of IP/CIDR for which g2cs port will be reachable
|
|
g2cs_src_ip: []
|
|
|