Archived
1
0

default to bind nntp on all interfaces

This commit is contained in:
Jeff Becker 2018-09-02 07:16:59 -04:00
parent 6e4514fed4
commit 56c7c5bf21
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -177,7 +177,7 @@ func GenSRNdConfig() *configparser.Configuration {
// nntp related section
sect := conf.NewSection("nntp")
sect.Add("instance_name", "test.srndv2.tld")
sect.Add("bind", "127.0.0.1:1199")
sect.Add("bind", ":1199")
sect.Add("sync_on_start", "1")
sect.Add("allow_anon", "0")
sect.Add("allow_anon_attachments", "0")