Compare commits
2 commits
53d00c13f7
...
7d3ad03aac
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d3ad03aac | |||
| 05399a9d9d |
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@
|
|||
networking = {
|
||||
hostName = "sql";
|
||||
firewall.extraInputRules = ''
|
||||
ip saddr 195.160.173.0/24 ip daddr 195.160.173.15 tcp dport 5432 accept
|
||||
ip6 saddr 2001:678:760:cccb::/64 ip6 daddr 2001:678:760:cccb::15 tcp dport 5432 accept
|
||||
ip saddr 195.160.173.0/24 ip daddr 195.160.173.15 tcp dport 5432 accept comment "Allow Postgres clients from cccb network"
|
||||
ip6 saddr 2001:678:760:cccb::/64 ip6 daddr 2001:678:760:cccb::15 tcp dport 5432 accept comment "Allow Postgres clients from cccb network"
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue