Antonio Ojea
924553b7ee
iptables don't do reverse DNS lookups
...
the iptables monitor was using iptables -L to list the chains,
without the -n option, so it was trying to do reverse DNS lookups.
A side effect is that it was holding the lock, so other components
could not use it.
We can use -S instead of -L -n to avoid this, since we only want
to check the chain exists.
2020-07-08 18:39:22 +02:00
..
2020-05-16 07:54:33 -04:00
2020-05-16 07:54:33 -04:00
2018-06-22 16:22:57 -07:00
2020-03-11 09:56:54 +01:00
2020-06-23 18:30:32 -07:00
2020-06-22 09:07:29 +01:00
2019-09-27 17:25:19 +02:00
2020-04-22 10:06:11 -07:00
2019-11-06 17:42:34 -05:00
2020-05-16 07:54:33 -04:00
2020-05-16 07:54:33 -04:00
2020-05-16 07:54:33 -04:00
2020-07-08 18:39:22 +02:00
2020-05-19 20:34:32 -07:00
2018-06-22 16:22:57 -07:00
2020-05-16 07:54:33 -04:00
2020-05-16 07:54:33 -04:00
2020-05-16 07:54:33 -04:00
2020-04-26 23:41:52 +08:00
2020-02-26 23:06:38 -05:00
2020-05-16 07:54:33 -04:00
2019-11-15 08:29:12 -07:00
2020-05-16 07:54:33 -04:00
2020-04-14 21:00:41 +02:00
2019-11-06 17:42:34 -05:00
2019-08-21 20:03:53 +01:00
2019-11-09 12:32:37 +01:00
2019-03-11 14:20:59 -07:00
2020-05-16 07:54:33 -04:00
2020-04-29 12:17:25 -07:00
2019-02-22 15:10:16 +08:00