mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-26 14:13:18 -05:00
[config] Change ipv6 default to enabled
This commit is contained in:
parent
7a4ce2f68d
commit
d43b306212
@ -25,7 +25,7 @@ general {
|
||||
admin_password = "unused"
|
||||
|
||||
# Enable/disable IPv6
|
||||
ipv6 = no
|
||||
ipv6 = yes
|
||||
|
||||
# Location of cache database
|
||||
# cache_path = "/var/cache/forked-daapd/cache.db"
|
||||
|
@ -52,7 +52,7 @@ static cfg_opt_t sec_general[] =
|
||||
CFG_STR("db_pragma_journal_mode", NULL, CFGF_NONE),
|
||||
CFG_INT("db_pragma_synchronous", -1, CFGF_NONE),
|
||||
CFG_INT_CB("loglevel", E_LOG, CFGF_NONE, &cb_loglevel),
|
||||
CFG_BOOL("ipv6", cfg_false, CFGF_NONE),
|
||||
CFG_BOOL("ipv6", cfg_true, CFGF_NONE),
|
||||
CFG_STR("cache_path", STATEDIR "/cache/" PACKAGE "/cache.db", CFGF_NONE),
|
||||
CFG_INT("cache_daap_threshold", 1000, CFGF_NONE),
|
||||
CFG_END()
|
||||
|
Loading…
x
Reference in New Issue
Block a user