toxuin / mdns-tunneller

Tunnels two (or more) mDNS domains together
Other
117 stars 9 forks source link

Example for environment variables #15

Closed tedstriker closed 1 year ago

tedstriker commented 1 year ago

The example environment variables in custom-environment-variables.yml aren't actual environment variables that can be passed in to the container. e.g. senderWhitelist: __name: NAME

is hierarchical an can not be written as env-variable.

Also the example in the README spells the senders deny list as SENDER_BLACKLIST instead sendersBlacklist like it is written in custom-environment-variables.yml, which is confusing.

Could you provide actual examples or the rule how configuration properties translate to environment variables?

tedstriker commented 1 year ago

sorry, it took a while to understand... closing this stupid question.