Untitled
unknown
plain_text
5 years ago
2.0 kB
5
Indexable
pi@RPI-MLB-13:~ $ dig api.maison-labonne.local ; <<>> DiG 9.11.5-P4-5.1+deb10u2-Raspbian <<>> api.maison-labonne.local ;; global options: +cmd ;; Got answer: ;; WARNING: .local is reserved for Multicast DNS ;; You are currently testing what happens when an mDNS query is leaked to DNS ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 9795 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 65494 ;; QUESTION SECTION: ;api.maison-labonne.local. IN A ;; Query time: 0 msec ;; SERVER: 127.0.0.53#53(127.0.0.53) ;; WHEN: Wed Dec 16 10:29:18 CET 2020 ;; MSG SIZE rcvd: 53 pi@RPI-MLB-13:~ $ cat /etc/resolv.conf # This file is managed by man:systemd-resolved(8). Do not edit. # # This is a dynamic resolv.conf file for connecting local clients to the # internal DNS stub resolver of systemd-resolved. This file lists all # configured search domains. # # Run "resolvectl status" to see details about the uplink DNS servers # currently in use. # # Third party programs must not access this file directly, but only through the # symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a different way, # replace this symlink by a static file or a different symlink. # # See man:systemd-resolved.service(8) for details about the supported modes of # operation for /etc/resolv.conf. nameserver 127.0.0.53 options edns0 pi@RPI-MLB-13:~ $ 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000 link/ether dc:a6:32:a4:97:e2 brd ff:ff:ff:ff:ff:ff inet 10.101.0.198/32 scope global eth0 valid_lft forever preferred_lft forever 3: wlan0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether dc:a6:32:a4:97:e3 brd ff:ff:ff:ff:ff:ff inet 10.101.0.198/24 brd 10.101.0.255 scope global dynamic wlan0 valid_lft 85866sec preferred_lft 85866sec inet6 fe80::dea6:32ff:fea4:97e3/64 scope link valid_lft forever preferred_lft forever
Editor is loading...