万事俱备只欠内网穿透,有好用的内网穿透软件吗? win+mac 都好用那种
mac 上的 Microsoft Remote Desktop 连服务器很好用,连局域网的 win 也很好用,但是家里的需要内网穿透
mac 上的 Microsoft Remote Desktop 连服务器很好用,连局域网的 win 也很好用,但是家里的需要内网穿透
如果你打算穿透公司网络,请三思,一般不符合公司安全规定。老实用公司 vpn 吧
我也是用 MAC Microsoft Remote Desktop 内网穿透家里的机器
config frps ‘main’
option server ‘frps’
option client_file ‘/usr/bin/frps’
option bind_port ‘7000’
option tcp_mux ‘true’
option run_user ‘root’
option token ‘tokenpwd’
option tls_only ‘false’
option dashboard_user ‘dashboard_user’
option dashboard_pwd ‘dashboard_pwd’
option dashboard_port ‘7443’
option enabled ‘1’
2 、windows C:frp_0.33.0_windows_amd64frpc.ini
[common]
server_addr = your.server.addr
server_port = 7000
# for authentication
token = tokenpwd
[RDP]
type = tcp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 3389
3 、windows C:frp_0.33.0_windows_amd64run.vbs
Set ws = CreateObject(“Wscript.Shell”)
ws.run “cmd /c C:frp_0.33.0_windows_amd64frpc.exe -c C:frp_0.33.0_windows_amd64frpc.ini”,vbhide
https://github.com/ehang-io/nps
之后如果你对网络知识熟悉的话,可以自己写一个代理的服务端,然后通过 Proxifier 代理出去。
如果不会的话,推荐给你一个项目有一键安装脚本。配置有界面,熟悉一下就会了链接贴下边
https://github.com/ehang-io/nps
公网 IP 解决一切
真香