14 lines
141 B
Markdown
14 lines
141 B
Markdown
---
|
|
tags:
|
|
aliases:
|
|
date: 2024-07-30
|
|
time: 19:30:12
|
|
description:
|
|
---
|
|
|
|
## Allow all input
|
|
```
|
|
iptables -I INPUT -j ACCEPT
|
|
```
|
|
|
|
# 參考來源 |