4129 links
740 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
  • Note: Use DNS via TCP on Fedora

    Since Fedora uses NetworkManager to handle its resolv.conf and not resolvconf like debian would've, it's a bit more shady but this does the trick:

    [root@groar etc] # cat /etc/resolv.conf 
    # Generated by NetworkManager
    search mycustomdomain.com
    nameserver myinternalDNSIPaddres
    nameserver 8.8.8.8
    nameserver 9.9.9.9
    options use-vc
    [root@groar etc] # tail -4  /etc/sysconfig/network-scripts/network-functions
    grep -iq "options use-vc" /etc/resolv.conf
    if [ $? -ne 0 ]; then
        echo "options use-vc" >> /etc/resolv.conf
    fi
    
    July 24, 2018 03:29:31 PM GMT+02:00 * - permalink -
    QRCode
    - https://dooby.fr/shaare/todY0A
    dns tcp fedora resolver bind9
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation