8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
|
#!/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
|