Skip to content

Commit 28dca95

Browse files
doxxdoxx
doxx
authored and
doxx
committed
Updated some readme
1 parent c9fa45b commit 28dca95

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,15 @@ I did provide an ./examples/nordvpn.ovpn for you to use. Also two scrips for up/
102102

103103
Speed tests were around 30Mbps down and 10Mbps up with latency around 30-100ms. Streaming, etc... all seem to work fine.
104104

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+
105114
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.
106115

107116
![OpenVPN on NordVPN over TCPoCDN](https://raw.githubusercontent.com/doxx/darkflare/main/images/openvpn.jpg)

0 commit comments

Comments
 (0)