会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
项希盛
博客园
首页
新随笔
联系
订阅
管理
2024年10月19日
利用iptables实现端口映射(支持动态域名)
摘要: 将下列代码保存到/bin/ddns_portmap.sh #!/bin/bash # 检查参数 if [ "$#" -ne 2 ]; then echo "Usage: $0 <domain> <local_port1:remote_port1,local_port2:remote_port2,..
阅读全文
posted @ 2024-10-19 12:13 项希盛
阅读(38)
评论(0)
推荐(0)
编辑