1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 01:11:00 +00:00
serenity/Services
Linus Groh 7eee39b850 LookupServer: Support multiple nameservers
The configuration key [DNS] Nameserver has been renamed to Nameservers
and accepts a comma-separated list of nameserver addresses, which will
be queried in the given order until a response has been received.

The new default value is still Cloudflare's 1.1.1.1 as well as their
secondary DNS server 1.0.0.1.
2020-10-25 18:52:20 +01:00
..
AudioServer Services: Remove unused includes of {LibCore,WindowServer}/EventLoop.h 2020-10-05 23:48:33 +02:00
ChessEngine ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00
Clipboard AK: Add trivial structure validation to SharedBuffer 2020-10-02 15:38:07 +02:00
DHCPClient DHCPClient: Remove unused UPDSocket.h include 2020-10-08 10:00:39 +02:00
ImageDecoder AK: Add trivial structure validation to SharedBuffer 2020-10-02 15:38:07 +02:00
LaunchServer LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
LookupServer LookupServer: Support multiple nameservers 2020-10-25 18:52:20 +01:00
NotificationServer Services: Remove unused includes of {LibCore,WindowServer}/EventLoop.h 2020-10-05 23:48:33 +02:00
ProtocolServer Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
SystemMenu LibGUI: Add and use Window::center_on_screen() 2020-08-15 17:38:19 +02:00
SystemServer LibCore: Add ensure_parent_directories to LibCore::File 2020-09-30 21:46:59 +02:00
Taskbar Taskbar: Make quicklaunch buttons larger and reduce spacing 2020-10-25 15:32:19 +01:00
TelnetServer AK: Don't add newline for outf/dbgf/warnf. 2020-10-04 17:04:55 +02:00
WebContent LibWeb: Add OutOfProcessWebView::load_html() 2020-10-08 23:20:52 +02:00
WebServer LibCore+WebServer+LibWeb: Make MIME type guesser take a StringView 2020-10-21 21:16:20 +02:00
WindowServer WindowServer: Raise menu item icons slightly when hovered :^) 2020-10-25 15:32:19 +01:00
CMakeLists.txt ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00