Skip to content

Instantly share code, notes, and snippets.

@erning
Created November 13, 2013 04:42
Show Gist options
  • Save erning/7443820 to your computer and use it in GitHub Desktop.
Save erning/7443820 to your computer and use it in GitHub Desktop.
zone "twitter.com" IN {
type forward;
forward only;
forwarders {
74.207.241.5;
74.207.242.5;
};
};
zone "dev.anjuke.com" IN {
type forward;
forward only;
forwarders {
192.168.1.100;
};
};
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment