check_sys/issues/postfix.py
2023-06-08 16:04:00 +02:00

8 lines
194 B
Python

#!/usr/bin/env python3
def postfix() -> dict:
postfix = dict()
postfix['regexp'] = "inet_interfaces = all"
postfix['replace'] = "inet_interfaces = loopback-only"
return postfix