mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Allow overriding DNS server. Set DNS if internal docker host is being shared
This commit is contained in:
@@ -29,6 +29,18 @@ return [
|
||||
*/
|
||||
'port' => 443,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| DNS
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The DNS server to use when resolving the shared URLs.
|
||||
| When Expose is running from within Docker containers, you should set this to
|
||||
| `true` to fall-back to the system default DNS servers.
|
||||
|
|
||||
*/
|
||||
'dns' => '127.0.0.1',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Auth Token
|
||||
|
||||
Reference in New Issue
Block a user