You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,15 @@ I did provide an ./examples/nordvpn.ovpn for you to use. Also two scrips for up/
102
102
103
103
Speed tests were around 30Mbps down and 10Mbps up with latency around 30-100ms. Streaming, etc... all seem to work fine.
104
104
105
+
Make sure you view the .ovpn file and change the port and ip to match your darkflare-client and make sure your darkflare-server is setup to match the destination ip and port in the .ovpn file.
106
+
107
+
The example scripts OpenVPN-up.sh and OpenVPN-down.sh are to set the routes to use OpenVPN's default gateway provided by the VPN or to restore the original default gateway.
108
+
109
+
Use the following to test your IP:
110
+
```
111
+
while true; do curl -s ipinfo.io/ip; echo " $(date)"; sleep 5; done
112
+
```
113
+
105
114
Note: OpenVPN does some weird thing with the default gateway/route. For testing purposes I added: pull-filter ignore "redirect-gateway" to the .ovpn file. That allows me to force the tunnel to not eat my network.
106
115
107
116

0 commit comments