From b9ce0342410db6f7ad1f002e5cf8e1e72b5cc464 Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 24 Aug 2024 19:07:39 +0200 Subject: [PATCH] Add sample output in README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4a6349..3507182 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,14 @@ This -thing- is doing a DHCPv6 INFORMATION-REQUEST, waits for a response and dis Pass the interface name as the first parameter: -``` -dhcpv6stateless wlp3s0 +```bash +$ dhcpv6stateless wlp3s0 +server_id: 000100012e5a2a728c1645aa80ae +domain_name_servers: +- 2001:db8::1 +- 2001:db8::2 +domain_search_list: +- hello.world. ``` ## Logging