2019-12-03 19:32:30 -08:00

15 lines
262 B
Plaintext

config globals
option workgroup 'WORKGROUP'
option description 'OpenWrt'
config share
option name 'testshare'
option read_only 'no'
option guest_ok 'yes'
option create_mask '0666'
option dir_mask '0777'
option browseable 'yes'
option path '/tmp/tmp'