java.lang.Object
net.playeranalytics.plugin.scheduling.PluginRunnable
com.djrapitops.plan.TaskSystem.Task
com.djrapitops.plan.delivery.webserver.configuration.AddressAllowList
All Implemented Interfaces:
Runnable

@Singleton public class AddressAllowList extends TaskSystem.Task
Maintains Dynamic IP and other IPs in IP Allowlist.

If the allowlist is disabled this task is not registered.

  • Constructor Details

    • AddressAllowList

      @Inject public AddressAllowList(PlanConfig config)
  • Method Details

    • register

      public void register(net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory)
      Specified by:
      register in class TaskSystem.Task
    • run

      public void run()
    • getAllowedAddresses

      public List<String> getAllowedAddresses()