mirror of
https://github.com/yarrick/iodine.git
synced 2025-12-07 04:41:44 +00:00
Set interface MTU to 1200.
1188 is the uncompressed DNS reply payload size that gets through unfragmented on Ethernet.
This commit is contained in:
@@ -969,7 +969,7 @@ main(int argc, char **argv)
|
||||
foreground = 0;
|
||||
bind_enable = 0;
|
||||
bind_fd = 0;
|
||||
mtu = 1500;
|
||||
mtu = 1200;
|
||||
listen_ip = INADDR_ANY;
|
||||
port = 53;
|
||||
ns_ip = INADDR_ANY;
|
||||
|
||||
Reference in New Issue
Block a user