We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae7642 commit dfd7c78Copy full SHA for dfd7c78
tests/openvpn/test_backend.py
@@ -140,7 +140,7 @@ def test_client_mode(self):
140
"pull": True,
141
"remote": [
142
{"host": "vpn1.test.com", "port": 1194},
143
- {"host": "vpn2.test.com", "port": 1195},
+ {"host": "176.9.43.231", "port": 1195},
144
],
145
"resolv_retry": "infinite",
146
"script_security": 1,
@@ -184,7 +184,7 @@ def test_client_mode(self):
184
proto tcp-client
185
pull
186
remote vpn1.test.com 1194
187
-remote vpn2.test.com 1195
+remote 176.9.43.231 1195
188
resolv-retry infinite
189
script-security 1
190
status /var/log/openvpn.status 30
0 commit comments