vault backup: 2025-03-04 11:12:06

This commit is contained in:
2025-03-04 11:12:06 +08:00
parent fd1b61cd3b
commit d1e51bfd2f
144 changed files with 0 additions and 0 deletions

14
-21.01. Linux/iptable.md Normal file
View File

@@ -0,0 +1,14 @@
---
tags:
aliases:
date: 2024-07-30
time: 19:30:12
description:
---
## Allow all input
```
iptables -I INPUT -j ACCEPT
```
# 參考來源