Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

rc.inet1-generated IPv6 nameserver entries cause host to fail parsing /etc/resolv.conf

  • 7.3.0-beta.1
  • Retest
  • Minor

Environment

  • Unraid OS: 7.2.3

  • Network management: /usr/local/etc/rc.d/rc.inet1

  • host utility: BIND 9.20.15 (/usr/bin/host)

  • Resolver library: libresolv.so.2

Configuration

  • IPv6 enabled

  • Static IPv6 DNS configured in /boot/config/network.cfg

  • Example configuration:

    DNS6_SERVER1="2001:db8:abcd:1:53::"
    

Observed behaviour

  • rc.inet1 generates /etc/resolv.conf containing IPv6 nameserver entries with a stripped : at the end when the address is compressed.

  • Certain IPv6 textual representations written to /etc/resolv.conf cause host correctly to fail with:

    host: parse of /etc/resolv.conf failed
    

Reproducible cases

  1. boot/config/network.cfg containing:

    DNS6_SERVER1="2001:db8:abcd:1:53::"
    

  2. results in a /etc/resolv.conf containing:

    nameserver 2001:db8:abcd:1:53:
    

    Result:

    host example.com
    → host: parse of /etc/resolv.conf failed
    
  3. /etc/resolv.conf containing:

    nameserver 2001:db8:abcd:1:53::
    

    Result:

    host example.com
    → works
    

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.