Changes between Initial Version and Version 1 of Ticket #658, comment 4
- Timestamp:
- 11/07/14 12:28:10 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #658, comment 4
initial v1 1 1 I didn't say it is impossible now -- you could still generate nginx config on fly or install lightweight DNS server (e.g. dnsmasq) locally. 2 2 3 Still I find this topic pretty demanded feature -- while googling I found it was one of common misunderstanding / feature lacking -- that you cannot use system resolving .3 Still I find this topic pretty demanded feature -- while googling I found it was one of common misunderstanding / feature lacking -- that you cannot use system resolving dynamically. 4 4 5 5 Don't get me wrong -- this solution may be not finely efficient (though I don't see much difference with current dynamic resolving -- especially while we cache it) -- but it allows you to solve some tasks in more simple and straightforward way. And sure, for high-load you would need some another solution.