Skip to content

Instantly share code, notes, and snippets.

@jasoncodes
Created February 10, 2011 00:02
Show Gist options
  • Select an option

  • Save jasoncodes/819622 to your computer and use it in GitHub Desktop.

Select an option

Save jasoncodes/819622 to your computer and use it in GitHub Desktop.
IPv6 router announcement with DNS
iOS 4.2.1 detects shows the announced DNS settings in Settings, Wi-Fi Networks within a second of starting `radvd`. The search domain does not appear to be supported.
interface en1
{
AdvSendAdvert on;
MaxRtrAdvInterval 30;
prefix 2001:388:d000:1c00::/64
{
AdvValidLifetime 300;
AdvPreferredLifetime 120;
AdvOnLink on;
AdvAutonomous on;
};
RDNSS 2001:388:d000:1c00::1 {
AdvRDNSSLifetime 300;
AdvRDNSSOpen off;
};
DNSSL lan.backtick.org {
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment