[frp+nginx]实现校园网内网穿透提供http服务

/ 3,316评论 / 15599阅读 / 5点赞

注意


环境


目标效果


配置Linux服务端frps

[common]
bind_addr = 0.0.0.0              #允许客户端连接的IP;0.0.0.0表示接受所有来源
bind_port = 7000                 #frps监听端口,等待客户端来连接的端口
token = cool                     #相当于连接的密码

vhost_http_port = 10080          #服务器http服务端口

                                 #web后台管理是可以不要的
dashboard_port = 7500            #frps后台web管理端口
dashboard_user = cool            #后台管理的用户名
dashboard_pwd = coolpw           #后台管理的密码

配置Win客户端frpc

[common]
server_addr = 1.2.3.4     #服务端的机子的公网IP
server_port = 7000        #服务端的frps监听端口,需要和上面frps.ini中配置的一致
token = cool              #连接密码,需要和上面frps.ini中配置的一致

[ssh]
type = tcp                #类型
local_ip = 127.0.0.1      #要转发的端口所在的Ip
local_port = 22           #要转发的端口
remote_port = 10022       #转发到服务端的端口号

[http]
type = http               #类型
local_port = 80           #要转发的本地端口
custom_domains= *.frp.coolight.cool  #对应的域名,改成你的Linux云服务器能用的域名

配置Linux上的nginx

接下来就是要配置linux云服务器的nginx,来监听*.frp.coolight.cool的请求,并转发给Linux上的10080端口,后再由frps转发给frpc,即到达Win的80端口。

    # frp的接收http请求的反向代理
    server {
        listen 80;
        server_name *.frp.coolight.cool;        # 域名,需要改成你的

        location / {
            proxy_pass http://127.0.0.1:10080;  #你的frps监听端口
            proxy_set_header Host $host:80;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

            #proxy_set_header Upgrade $http_upgrade;
            #proxy_set_header Connection "upgrade";

            proxy_connect_timeout 7d;
            proxy_send_timeout 7d;
            proxy_read_timeout 7d;

            }


        # 防止爬虫抓取
        if ($http_user_agent ~* "360Spider|JikeSpider|Spider|spider|bot|Bot|2345Explorer|curl|wget|webZIP|qihoobot|Baiduspider|Googlebot|Googlebot-Mobile|Googlebot-Image|Mediapartners-Google|Adsbot-Google|Feedfetcher-Google|Yahoo! Slurp|Yahoo! Slurp China|YoudaoBot|Sosospider|Sogou spider|Sogou web spider|MSNBot|ia_archiver|Tomato Bot|NSPlayer|bingbot")
            {
                return 403;
            }
}

测试运行


配置Win的nginx

现在需要让win的nginx通过判断域名的不同,来执行不同的操作(直接返回静态资源,或者再进行转发)。


nginx详细安装配置教程

参考文章:[nginx]安装配置(ubuntu/windows)

  1. WilliamRen说道:

    https://ciprofloxacin.tech/# buy ciprofloxacin over the counter

  2. RandallGuesE说道:

    Abortion pills online: order cytotec online – purchase cytotec

  3. RandallGuesE说道:

    lisinopril 20 mg tablet price: lisinopril 2.5 mg coupon – lisinopril 2 mg

  4. Davidfrify说道:

    buy cipro cheap buy ciprofloxacin antibiotics cipro

  5. WilliamRen说道:

    https://ciprofloxacin.tech/# ciprofloxacin over the counter

  6. RonaldSwobe说道:

    https://lisinopril.network/# cost for 2 mg lisinopril

  7. Davidfrify说道:

    tamoxifen and uterine thickening tamoxifen 20 mg lexapro and tamoxifen

  8. Davidfrify说道:

    cytotec pills buy online cytotec online buy cytotec

  9. WilliamRen说道:

    http://cytotec.club/# cytotec abortion pill

  10. RandallGuesE说道:

    natural alternatives to tamoxifen: aromatase inhibitor tamoxifen – nolvadex for pct

  11. WilliamRen说道:

    https://finasteride.store/# buying generic propecia without insurance

  12. RandallGuesE说道:

    cipro generic: cipro online no prescription in the usa – ciprofloxacin 500 mg tablet price

  13. RonaldSwobe说道:

    https://ciprofloxacin.tech/# buy cipro online canada

  14. Davidfrify说道:

    cipro online no prescription in the usa cipro online no prescription in the usa ciprofloxacin mail online

  15. RandallGuesE说道:

    buy cipro: buy cipro online without prescription – buy cipro

  16. WilliamRen说道:

    https://finasteride.store/# get generic propecia pill

  17. Davidfrify说道:

    buy cytotec over the counter cytotec online Cytotec 200mcg price

  18. Davidfrify说道:

    lisinopril discount lisinopril 30 mg daily lisinopril 20 mg over the counter

  19. RonaldSwobe说道:

    https://nolvadex.life/# femara vs tamoxifen

  20. WilliamRen说道:

    https://cytotec.club/# cytotec pills buy online

  21. RandallGuesE说道:

    ciprofloxacin generic price: cipro online no prescription in the usa – cipro online no prescription in the usa

  22. Davidfrify说道:

    does tamoxifen cause menopause tamoxifen bone density natural alternatives to tamoxifen

  23. RandallGuesE说道:

    buy lisinopril online: cheapest price for lisinopril india – lisinopril 20 25 mg tab

  24. RandallGuesE说道:

    cipro: where can i buy cipro online – buy cipro cheap

  25. Davidfrify说道:

    buy generic propecia no prescription cheap propecia online buying propecia without prescription

  26. Davidfrify说道:

    get generic propecia online get generic propecia without insurance order propecia for sale

  27. WilliamRen说道:

    http://nolvadex.life/# tamoxifen and depression

  28. WilliamRen说道:

    https://nolvadex.life/# tamoxifen 20 mg

  29. RonaldSwobe说道:

    https://finasteride.store/# get cheap propecia

  30. RandallGuesE说道:

    buy cheap propecia pill: order generic propecia without prescription – buying cheap propecia without insurance

  31. Davidfrify说道:

    tamoxifen citrate pct nolvadex for sale amazon tamoxifen therapy

  32. WilliamRen说道:

    https://finasteride.store/# cost of generic propecia without insurance

  33. RandallGuesE说道:

    buy cytotec pills online cheap: buy cytotec pills online cheap – Misoprostol 200 mg buy online

  34. Davidfrify说道:

    cytotec online Cytotec 200mcg price buy cytotec online

  35. Davidfrify说道:

    cheap propecia prices generic propecia tablets buy propecia tablets

  36. RandallGuesE说道:

    buy cipro online canada: buy cipro – cipro

  37. RonaldSwobe说道:

    https://finasteride.store/# get propecia without a prescription

  38. WilliamRen说道:

    http://finasteride.store/# buying cheap propecia without prescription

  39. Davidfrify说道:

    cost for 2 mg lisinopril lisinopril 80mg tablet prinivil 20 mg tablet

  40. RonaldSwobe说道:

    https://cytotec.club/# buy cytotec in usa

  41. RandallGuesE说道:

    cipro pharmacy: buy cipro online – buy cipro online without prescription

  42. WilliamRen说道:

    http://ciprofloxacin.tech/# ciprofloxacin 500mg buy online

  43. Davidfrify说道:

    lisinopril 20 mg online lisinopril cost uk cost of lisinopril 2.5 mg

  44. Davidfrify说道:

    buy cytotec over the counter buy cytotec online fast delivery Misoprostol 200 mg buy online

  45. RandallGuesE说道:

    ciprofloxacin over the counter: ciprofloxacin order online – buy cipro online canada

  46. RandallGuesE说道:

    generic propecia pill: cost cheap propecia without prescription – cost of cheap propecia without a prescription

  47. WilliamRen说道:

    http://finasteride.store/# get generic propecia pill

  48. Davidfrify说道:

    get generic propecia online buy propecia without rx cost of cheap propecia without insurance

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注