feat: EXTRA_CONFIG environment variable is supported

This commit is contained in:
Paramtamtam
2024-03-16 18:43:37 +04:00
parent 298e65c0b0
commit 4f60889624
4 changed files with 27 additions and 12 deletions

View File

@@ -30,4 +30,9 @@ allow {{ auth.login }}{{#auth.extra_accounts.*}},{{ * }}{{/auth.extra_accounts.*
proxy -a -p{{ ports.proxy }}
socks -a -p{{ ports.socks }}
flush
flush{{^extra_config=}}
# Additional configuration
{{extra_config}}
{{/extra_config=}}