예제 #1
0
        public const int CheckTimeInHeartbeats = 6 * 10; //  every 10min

        private static void AddToIpTables(Entry entry, int rule)
        {
            Helper.WriteTextAsyncWrapper("ip_list", entry.Address + Environment.NewLine);
            CConsole.ColorWarning(() => Console.WriteLine("Added {0} to ip_list (rule #{1})", entry.Address, rule.ToString()));
            entries.TryRemove(entry.Address);
        }