#!/usr/bin/env python3 def postfix() -> list: postfix = list() postfix.append({ 'from': 'cis', 'id': '', 'description': 'Disable the listening from all interfaces', 'flag': "inet_interfaces", 'level': 'medium', 'value': [ "127.0.0.1", "loopback-only", "[::1]", ] }) return postfix