- Implemented samba service
- Improved firewall rules
This commit is contained in:
@@ -46,12 +46,8 @@ fw_allowed_ports:
|
||||
- { rule: "allow", port: "21116", proto: "tcp" }
|
||||
- { rule: "allow", port: "21116", proto: "udp" }
|
||||
- { rule: "allow", port: "21117", proto: "tcp" }
|
||||
- { rule: "allow", port: "16443", proto: "tcp", from: "10.1.0.0/16" }
|
||||
- { rule: "allow", port: "10254", proto: "tcp", from: "10.1.0.0/16" }
|
||||
# Access to the Kube API Server from the Office
|
||||
- { rule: "allow", port: "16443", proto: "tcp", from: "188.82.170.183" }
|
||||
# VPN to Portugal
|
||||
- { rule: "allow", port: "10254", proto: "tcp", from: "147.78.131.194" }
|
||||
|
||||
ufw_outgoing_traffic:
|
||||
- 22 # SSH
|
||||
|
||||
Reference in New Issue
Block a user