Add access list members to conf generated from file.
This commit is contained in:
@ -84,7 +84,7 @@ func (c *Conf) AddAccessListMember(key string) {
|
||||
return
|
||||
}
|
||||
}
|
||||
c.accessList = append(a.accessList, key)
|
||||
c.accessList = append(c.accessList, key)
|
||||
}
|
||||
|
||||
func NewI2PTunConf(iniFile string) (*Conf, error) {
|
||||
|
Reference in New Issue
Block a user