VirtualBox

Ignore:
Timestamp:
Apr 6, 2009 5:50:34 AM (16 years ago)
Author:
vboxsync
Message:

NAT: DNS proxy more logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.c

    r18606 r18726  
    17601760void slirp_set_dhcp_dns_proxy(PNATState pData, bool fDNSProxy)
    17611761{
     1762    Log2(("NAT: DNS proxy switched %s\n", (fDNSProxy ? "on" : "off")));
    17621763    pData->use_dns_proxy = fDNSProxy;
    17631764}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette