Skip to content

Commit

Permalink
Update download link for nat executable
Browse files Browse the repository at this point in the history
  • Loading branch information
liuganghuan committed Jan 5, 2024
1 parent da9d379 commit f69a907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ yum install -y nftables
# 必须是root用户
# sudo su
# 下载可执行文件
curl -sSLf https://github.com/arloor/nftables-nat-rust/releases/download/v1.0.0/dnat -o /tmp/nat
curl -sSLf http://cdn.arloor.com/tool/dnat -o /tmp/nat
install /tmp/nat /usr/local/bin/nat

# 创建systemd服务
Expand Down

0 comments on commit f69a907

Please sign in to comment.