Segnalazione #263 » fuss-server.yaml
| 1 |
#
|
|---|---|
| 2 |
# Configuration file for general properties of the fuss server
|
| 3 |
#
|
| 4 |
# It's a yaml file that should declare all needed configuration variables.
|
| 5 |
# Configuration interface programs should read and write values into this file.
|
| 6 |
# Because master password is here it should be readable only by root.
|
| 7 |
#
|
| 8 |
|
| 9 |
#
|
| 10 |
# network properties
|
| 11 |
#
|
| 12 |
localnet: 192.168.1.0/24 |
| 13 |
domain: brunico.lan |
| 14 |
workgroup: brunico |
| 15 |
dhcp_range: 192.168.1.50 192.168.1.250 |
| 16 |
#
|
| 17 |
# server properties
|
| 18 |
#
|
| 19 |
pass: 123 |
| 20 |
geoplace: Brunico |
| 21 |
#
|
| 22 |
# Optional Variables
|
| 23 |
#
|
| 24 |
external_ifaces: |
| 25 |
- eth0 |
| 26 |
internal_ifaces: |
| 27 |
- eth1 |
| 28 |
hotspot_iface: '' |
| 29 |
hotspot_network: '' |