8 lines
222 B
Python
8 lines
222 B
Python
#!/usr/bin/env python3
|
|
# Copyright (C) 2025 Spearhead Systems SRL
|
|
|
|
def agent_domains_expiry_args(params, hostname, ipaddress):
|
|
return params["domains"]
|
|
|
|
special_agent_info["domains_expiry"] = agent_domains_expiry_args
|