From e2f0a2dfc00390d570de61a46200d8728ea6bce4 Mon Sep 17 00:00:00 2001 From: vakarisz Date: Tue, 27 Sep 2022 11:51:27 +0300 Subject: [PATCH] Common: Improve comment's readability in agent_sub_configurations.py --- monkey/common/agent_configuration/agent_sub_configurations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monkey/common/agent_configuration/agent_sub_configurations.py b/monkey/common/agent_configuration/agent_sub_configurations.py index 691dd1936..41c416911 100644 --- a/monkey/common/agent_configuration/agent_sub_configurations.py +++ b/monkey/common/agent_configuration/agent_sub_configurations.py @@ -79,8 +79,8 @@ class ScanTargetConfiguration(MutableInfectionMonkeyBaseModel): Example: ("1.1.1.1", "2.2.2.2") :param inaccessible_subnets: Subnet ranges that shouldn't be accessible for the agent Example: ("1.1.1.1", "2.2.2.2/24", "myserver") - :param scan_my_networks: Whether or not the agent should scan the machine's - network interfaces in addition to the provided subnet ranges + :param scan_my_networks: If true the Agent will scan networks it belongs to + in addition to the provided subnet ranges :param subnets: Subnet ranges to scan Example: ("192.168.1.1-192.168.2.255", "3.3.3.3", "2.2.2.2/24", "myHostname")