openwrt-package/gowebdav/files/gowebdav.config
2025-05-29 15:07:58 +08:00

12 lines
226 B
Plaintext

config gowebdav 'config'
option enable '0'
option listen_port '6086'
option root_dir '/mnt'
option read_only '0'
option show_hidden '0'
option allow_wan '0'
option use_https '0'
option cert_cer ''
option cert_key ''