Giter Club home page Giter Club logo

gostexample's Introduction

  • 👋 Hi, I’m @woodlyer
  • 👀 I’m interested in web
  • 🌱 I’m currently learning golang
  • 💞️ I’m looking to collaborate on github.com

gostexample's People

Contributors

joef2023 avatar woodlyer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gostexample's Issues

双栈使用的问题

如下图;有一台VPS在日本,只有IPv6,没有V4, 国内有一台linux小主机,有V4和V6,想通过这台linux小主机连接日本V6 机器出墙,咋搞呢,大佬支支招。
20230719

其中OP路由拨号上网,获得V4公网IP一个和若干V6公网IP,路由下的PC想通过树莓派和日本VPS连接科学上网

Help with Tunneling

Hello, I hope you're doing okay,
Thank you for these Examples, I have a question regarding the tunnel between two servers:

For Example, if we have Two Servers:
1- Server A Domestic VPS
2- Server B Foreign VPS ( Have V2ray Installed )

How can we configure a tunnel between these two servers so we can bypass the interanet situation and have access to free net,
Thank you very much

Can we hide destination IP behind cloudflare in gost?

Hello Friends ,

I have a domestic and foreign VPS and I use gost tunnel . The issue is that today the IP of foreign VPS was blocked in the domestic VPS and no traffic could reach it .

I was using gost's forward+tls on the domestic server : -L=tcp://:2053 -F forward+tls://100.100.100.100:9000

My question is , is there any way to hide the foreign VPS IP behind CDN and use a domain there for example ?

Is there any specific tunnel or method that can hide foreign VPS IP or make the tunnel hard to detect ?

Thanks .

Kind of UDP over TCP help needed

Am a complete noob, please someone help me with config for this

For example:

server-ip 6.6.6.6
server port 443

wireguard port 10000

sni / host: www.bing.com

wireguard android client on port 10000

udp blocked on network
trying to listen on 443 forward to wireguard udp10000

my server:

./gost -L sni+tcp://:443/:10000/udp

client on termux:

./gost -L udp://:10000/127.0.0.1:10000 -F relay+sni://6.6.6.6:443?host=www.bing.com

wireguard android client endpoint 127.0.0.1:10000

am trying to achieve UDP over TCP through sni / host which is www.bing.com

Hope someone understands this and help with the right config

Bypass domain

Hello dear developer, can I use gost to bypass the traffic of a specific domain and pass through the client server?

multiple port forwarding syntax

Hello friends ,

I'm trying to use 1 domestic server and send traffic to 2 foreign servers . I have a problem with syntax

in domestic vps I have :

-L=tcp://:2087/:2096 -F relay+ws://domain1.com:2053 -F=relay+ws://domain2.com:8443

in foreign vps I have :

-L=relay+ws://:2053/:2087 -L=relay+ws://:8443/:2096

is this syntax correct ?

Help needed with TCP/Socks proxy

Would appreciate if you could help with this scenario:

My usecase

  • App needs to connect to a TCP server that expects a dynamic PPV2 header. App uses JDBC but can configure SOCKS5 proxy.
  • Connection needs to be on TLS since server will ultimately forward to another secure server expecting TLS.

Can I use gost between App and server and make gost add the header and establish TLS ? This will help multiple apps use gost and not need individual configuration.

go-gost/gost#371

udp over tcp

hi
can i udp over tcp tunneling with gost v3 ?

Which gost tunnel protocol is harder to be detected by GFW?

Hello There ,

I have a domestic VPS and a foreign VPS . The foreign VPS is running v2ray ( vless + ws + tls or vmess + ws + tls ) . My question is , which gost tunnel scenario between domestic VPS and foreign VPS is the hardest for GFW to detect ? Also I read somewhere that if my foreign v2ray server is using ws or tls , then gost tunnel doesn't work and I should use tcp + http instead .

can you please help me understand :

1 - which gost tunnel works with my foreign VPS v2ray config ( vless + ws + tls or vmess + ws + tls ) ?
2 - which gost tunnel is hardest to detect for GFW ?

Thank you .

از عزیزان ایرانی هم اگر کسی میدونه کدوم تانل gost توسط فیلترینگ دیر تر شناسایی میشه یا کلا شناسایی نمیشه لطفا اطلاع بده . تشکر

v2ray over ssh tunnel

hi my friend,

thanks for the repository and examples. It helped a lot; I have

1- ServerIran: Domestic VPS with outgoing udp blocked. So no udp will be allowed to go outside of Iran.
2- ServerPoland: Foreign VPS which has V2ray (vmess - could be any other protocol- running on 3443 port) installed

In your example, you have included kcp/tls/quic/wss

[xray client] -----tcp--->  [gost client:1234]-----kcp/tls/quic/wss----> [gost server:9000] ----tcp---->[xray server:1234]

I wanna achieve this:

[xray client] -----tcp--->  [gost client:1234]-----ssh tunnel----> [gost server:9000] ----tcp---->[xray server:1234]

From ServerIran to ServerPoland, I have a ssh tunnel (forward 9443 local to 3443 foreign) with port forwarding by running:

ssh -N -f  -L 9443:polanddomain.com:3443 [email protected]

On ServerIran, I have this:

gost -L tcp://:3443 -F=/:9443

Expectation is whatever comes through xray client on port 3443 will be forwarded to 9443 local and from 9443 will be forwarded through ssh and reach to PoalndServer. This doesn't work. Any idea why is that?

Multiple port forwarding

I wanted to do port forwarding from an X server to a Y and Z server. I create a service and run gost and I use this command, now how to add another server?

gost -L=tcp://:8080 -F forward+tls://1.1.1.1:8443

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.