From 2aeb16e9f77b37fbea1d82eabad91487f25e2e60 Mon Sep 17 00:00:00 2001 From: Konano Date: Sun, 26 Apr 2026 17:56:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20iptables=20?= =?UTF-8?q?=E5=88=AB=E5=90=8D=EF=BC=8C=E6=B7=BB=E5=8A=A0=20-v=20=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E4=BB=A5=E6=98=BE=E7=A4=BA=E8=AF=A6=E7=BB=86=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/zsh/51-alias.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zsh/51-alias.zsh b/files/zsh/51-alias.zsh index a5b4aa1..90e7499 100644 --- a/files/zsh/51-alias.zsh +++ b/files/zsh/51-alias.zsh @@ -13,7 +13,7 @@ alias hg='history | grep' command_exists() { command -v "$@" >/dev/null 2>&1; } if command_exists iptables; then - alias ipl='sudo iptables -L -n' + alias ipl='sudo iptables -L -n -v' if [ -f "/etc/network/iptables-load" ]; then alias ipe='sudo vi /etc/network/iptables-load' alias ips='sudo /etc/network/iptables-load'