blob: 2b67480ed7a02bb110485564875bc1e0188d2ff5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
config atalkd 'atalkd'
option disabled '1'
# set config_overwrite to 0 if manually editing config file and to have init ignore this file
option config_overwrite '1'
# set to /etc & atalkd.conf to use config file provided with package (useful if manually editing it)
option config_file '/var/netatalk/atalkd.conf'
#config interface
# interface option is mandatory
#option interface 'br-lan'
#option mode '<none>|router|seed|donotroute'
#option mode 'router'
#option net '100-200'
#option addr '100.160'
#option phase '2'
#list zone 'Here'
#list zone 'There'
#list zone 'And Everywhere'
|