Update issue postfix

This commit is contained in:
gbucchino
2023-06-08 16:04:00 +02:00
parent 882cdf805f
commit 0312e1dbe4
3 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -2,5 +2,6 @@
def postfix() -> dict:
postfix = dict()
postfix['regexp'] = "inet_interfaces = all"
postfix['replace'] = "inet_interfaces = loopback-only"
return postfix