GithubHelp home page GithubHelp logo

docker-nginx-proxy's Introduction

docker-nginx-proxy

nginx 反向代理服务

for kintohub

使用方法:

假如你获得的url地址为 https://test.abc.com

代理方式可以使用: curl -L -X GET 'https://test.abc.com/abc?def=ggg' -H 'Cookie: host=google.com;scheme=https'

即可访问 https://google.com/abc?def=ggg

为何放进cookie?

最开始是放在header的,但是尝试了之后发现不行(似乎被kintohub给过滤掉了)

于是就只能往cookie里面噻了。没关系,可以做一个对应的client 用于起一个正常的正向代理跑在本地。或者自己封装一个client 给代码fq使用。

github api

https://api.github.com/ => https://proxy.scjtqs.com/githubmatch/ Accept: application/vnd.github.v3.text-match+json

https://api.github.com/ => https://proxy.scjtqs.com/githubrepo/ Accept: application/vnd.github.v3+json

https://api.github.com/ => https://proxy.scjtqs.com/github/

telegram api

https://api.telegram.org/ => https://proxy.scjtqs.com/tgapi/

pixiv

https://i.pximg.net/ => https://proxy.scjtqs.com/pixiv/

docker-nginx-proxy's People

Contributors

hclasmn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.