X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Foptionssetup.cpp;h=91ddcbc2128af020b843fc697d6b8ec3c027cdeb;hb=05ef25de71be91442b4cbd22dc7cc45629c5d5bb;hp=939545461a1f1571ca3fc0dc7167db97024f193c;hpb=026dc6b2bc548c945359c4e166eff514f2c47c6a;p=fms.git diff --git a/src/optionssetup.cpp b/src/optionssetup.cpp index 9395454..91ddcbc 100644 --- a/src/optionssetup.cpp +++ b/src/optionssetup.cpp @@ -68,7 +68,7 @@ void SetupDefaultOptions() upd.Reset(); st.Bind(0,"FMSVersionEdition"); - st.Bind(1,"7"); + st.Bind(1,"19"); st.Step(); st.Reset(); upd.Bind(0,"Program"); @@ -107,7 +107,7 @@ void SetupDefaultOptions() // NNTPBindAddresses st.Bind(0,"NNTPBindAddresses"); - st.Bind(1,"localhost"); + st.Bind(1,"localhost,127.0.0.1"); st.Step(); st.Reset(); upd.Bind(0,"NNTP Server");