mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-10 04:21:01 +00:00
---
This commit is contained in:
parent
796f7f2d8d
commit
0f48720d63
1 changed files with 3 additions and 0 deletions
|
@ -2468,6 +2468,9 @@ main(int argc, char **argv)
|
||||||
#endif
|
#endif
|
||||||
port = 53;
|
port = 53;
|
||||||
ns_ip = INADDR_ANY;
|
ns_ip = INADDR_ANY;
|
||||||
|
#ifdef LINUX
|
||||||
|
memcpy(&ns_ip6, &in6addr_any, sizeof(in6addr_any));
|
||||||
|
#endif
|
||||||
check_ip = 1;
|
check_ip = 1;
|
||||||
skipipconfig = 0;
|
skipipconfig = 0;
|
||||||
debug = 0;
|
debug = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue