diff --git a/21. 資料收集/Linux/iptable.md b/21. 資料收集/Linux/iptable.md new file mode 100644 index 0000000..8a83c17 --- /dev/null +++ b/21. 資料收集/Linux/iptable.md @@ -0,0 +1,14 @@ +--- +tags: +aliases: +date: 2024-07-30 +time: 19:30:12 +description: +--- + +## Allow all input +``` +iptables -I INPUT -j ACCEPT +``` + +# 參考來源 \ No newline at end of file