Coder Social home page Coder Social logo

Comments (8)

mfat avatar mfat commented on June 28, 2024 1

@euphoria360 thanks but executable should never be placed in /etc/.
You can put it in /usr/bin.

from warp-plus.

euphoria360 avatar euphoria360 commented on June 28, 2024 1

Yes. As you said it's place shouldn't be in /etc. Although I think /usr/bin is usually for distribution executables.
I'll edit and put them on /usr/local/bin folder.

from warp-plus.

euphoria360 avatar euphoria360 commented on June 28, 2024 1

Who can give a example about "tun-experimental: true" in openwrt, appreciate

Unfortunately, Warp-Plus stopped working for me after a recent incident (Raisi Helicopter Incident). I would love to test it for you but first I should make wplus work.

Edit: It works again with v1.2.2. Ill try to test the TUN functionality

from warp-plus.

markpash avatar markpash commented on June 28, 2024 1

Who can give a example about "tun-experimental: true" in openwrt, appreciate

Unfortunately, Warp-Plus stopped working for me after a recent incident (Raisi Helicopter Incident). I would love to test it for you but first I should make wplus work.

Edit: It works again with v1.2.2. Ill try to test the TUN functionality

Who can give a example about "tun-experimental: true" in openwrt, appreciate

Unfortunately, Warp-Plus stopped working for me after a recent incident (Raisi Helicopter Incident). I would love to test it for you but first I should make wplus work.

Edit: It works again with v1.2.2. Ill try to test the TUN functionality

From my testing, tun works on linux, but you need to configure ip addressing and routing manually. I've also included the ability to set fwmark so that you can reliably prevent looping if you set the tun interface to be the default route.

I've included some notes here: #66 (comment)

from warp-plus.

FreddyZeng avatar FreddyZeng commented on June 28, 2024

Who can give a example about "tun-experimental: true" in openwrt, appreciate

from warp-plus.

euphoria360 avatar euphoria360 commented on June 28, 2024

Who can give a example about "tun-experimental: true" in openwrt, appreciate

I can Confirm It's working.

root@a-r:~# cat /etc/wplus/config.json
{
  "verbose": false,
  "bind": "0.0.0.0:8086",
  "endpoint": "",
  "key": "",
  "gool": true,
  "cfon": false,
  "country": "US",
  "scan": true,
  "cache-dir": "/tmp/wplus/cache",
  "tun-experimental": true,
  "rtt": "1000ms"
}
root@a-r:~# /opt/wplus/warp-plus -4 -c /etc/wplus/config.json
time=2024-05-28T18:29:38.103Z level=INFO msg="scanner mode enabled" max-rtt=1s
time=2024-05-28T18:29:38.104Z level=INFO msg="tun mode enabled"
time=2024-05-28T18:29:38.106Z level=INFO msg="successfully loaded warp identity" subsystem=warp/account
time=2024-05-28T18:29:43.108Z level=INFO msg="scan results" endpoints="[{AddrPort:188.114.99.73:928 RTT:200.291207ms CreatedAt:2024-05-28 18:29:40.054781314 +0000 UTC m=+1.966538200} {AddrPort:162.159.192.129:903 RTT:209.120521ms CreatedAt:2024-05-28 18:29:42.317749119 +0000 UTC m=+4.229506004}]"
time=2024-05-28T18:29:43.108Z level=INFO msg="using warp endpoints" endpoints="[188.114.99.73:928 162.159.192.129:903]"
time=2024-05-28T18:29:43.108Z level=INFO msg="running in warp-in-warp (gool) mode"
time=2024-05-28T18:29:43.109Z level=INFO msg="successfully loaded warp identity" subsystem=warp/account
time=2024-05-28T18:29:47.854Z level=INFO msg="connection test successful"
time=2024-05-28T18:29:47.856Z level=INFO msg="successfully loaded warp identity" subsystem=warp/account
time=2024-05-28T18:29:47.888Z level=INFO msg="serving tun" interface=warp0

root@a-r:~# ping -I warp0 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=0 ttl=59 time=127.704 ms
64 bytes from 8.8.8.8: seq=1 ttl=59 time=121.846 ms
64 bytes from 8.8.8.8: seq=2 ttl=59 time=125.321 ms
64 bytes from 8.8.8.8: seq=3 ttl=59 time=119.947 ms

from warp-plus.

euphoria360 avatar euphoria360 commented on June 28, 2024

Who can give a example about "tun-experimental: true" in openwrt, appreciate

Unfortunately, Warp-Plus stopped working for me after a recent incident (Raisi Helicopter Incident). I would love to test it for you but first I should make wplus work.
Edit: It works again with v1.2.2. Ill try to test the TUN functionality

Who can give a example about "tun-experimental: true" in openwrt, appreciate

Unfortunately, Warp-Plus stopped working for me after a recent incident (Raisi Helicopter Incident). I would love to test it for you but first I should make wplus work.
Edit: It works again with v1.2.2. Ill try to test the TUN functionality

From my testing, tun works on linux, but you need to configure ip addressing and routing manually. I've also included the ability to set fwmark so that you can reliably prevent looping if you set the tun interface to be the default route.

I've included some notes here: #66 (comment)

A suggestion: Is it possible to keep sock proxy listening even while TUN option is enabled?

from warp-plus.

markpash avatar markpash commented on June 28, 2024

A suggestion: Is it possible to keep sock proxy listening even while TUN option is enabled?

It's not a priority. But I will think about it.

from warp-plus.

Related Issues (20)

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.