This commit is contained in:
@ -13,9 +13,6 @@ firewall:
|
||||
- port: "59000:59049"
|
||||
proto: udp
|
||||
interface: "eth1"
|
||||
- port: "9100"
|
||||
proto: tcp
|
||||
interface: "eth0"
|
||||
- port: "9101"
|
||||
proto: tcp
|
||||
interface: "eth0"
|
||||
|
@ -5,6 +5,9 @@ firewall:
|
||||
- port: "5432"
|
||||
proto: tcp
|
||||
interface: "eth0"
|
||||
- port: "9187"
|
||||
proto: tcp
|
||||
interface: "eth0"
|
||||
backup:
|
||||
folder: "/var/lib/postgresql/backup"
|
||||
tarfolder: "backup"
|
||||
|
Reference in New Issue
Block a user