commit d1a5392476e047a52a66b3dcba8a835384248414a4278f589beb885c17927e60 Author: ahdoawhfo Date: Fri Apr 17 00:34:01 2026 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c1e5b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# ---> Linux +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c8161b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# IPTables-Management + +IPTables转发管理脚本 \ No newline at end of file