mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
Dnsmasq allows use of a common config folder, much like nginx and php do.
This PR changes Valet's default config process to empower this feature, which makes installation less intrusive, and easier to identify and remove valet-specific customizations. This will make for easier troubleshooting ... and easier customizing (such as dropping in a custom logging config, additional TLDs, alternate DNS resolvers, etc) Also removes old dnsmasq configs used by prior Valet versions
This commit is contained in:
3
cli/stubs/etc-dnsmasq-valet.conf
Normal file
3
cli/stubs/etc-dnsmasq-valet.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
# Valet
|
||||
# Include all *.conf files in user's valet directory
|
||||
conf-dir=VALET_HOME_PATH/dnsmasq.d/,*.conf
|
||||
Reference in New Issue
Block a user