EPF
1.0.0
一個 bash 腳本,用於在 Linux 作業系統上自動輕鬆地在iptables
中設定連接埠轉發,它還支援6to4
隧道。
用於下載腳本的 OneClick 命令:
curl -o epf.sh -L https://raw.githubusercontent.com/Incognito-Coder/EPF/master/iptables.sh && chmod +x epf.sh
那你就必須在目前目錄中看到epf.sh
。
bash epf.sh 185.132.80.187 443,8080,2083,2096 tcp
第一個 arg 是您的目標伺服器。
第二個參數是特定端口,可以是單一[443]或陣列[1234,8745,8585]。
第三個參數是協定模式 TCP/UDP 傳遞小寫字串tcp 、 udp 。
此命令刷新 iptables 中的所有鏈規則。
./epf.sh flush
你可以使用此命令存取基於 shell 的選單
sudo ./epf.sh menu
root@fakemind:~$ sudo ./epf.sh menu
Welcome to Easy Port Forwarder
1) Port Forward 3) Port to Port 5) Remove Rules 7) Restore Rules 9) Print Usage
2) NAT Forward 4) Tunnel 6TO4 6) Save Rules 8) Show Rules 10) Quit
Please enter your choice: