eggheads / eggdrop-docker

25 stars 24 forks source link

hardcoded servers in the config file #15

Closed Baggypants closed 4 years ago

Baggypants commented 4 years ago

The config file in the image contains two hardcoded servers.

set servers {

  [2001:db8:618:5c0:263::]:6669:password
  ssl.example.net:+6697
}

This causes DNS and connection errors in the log. Possible privacy issues if the ip or dns are ever resolvable in the future.

vanosg commented 4 years ago

Those lines in the image file are removed during the initial start and replaced with environmental variables provided on the command line, or a user-provided/edited config file is used. The image doesn't start without a user-specified server present.

The config file itself is an upstream item, but I'll bring it up on that side. Thanks