Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
gloutsch committed Sep 30, 2024
1 parent cde9c4b commit 6e8a394
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aws-connect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ echo "Running OpenVPN with sudo. Enter password if requested"
# Finally OpenVPN with a SAML response we got
# Delete saml-response.txt after connect
sudo bash -c "$OVPN_BIN --config "${OVPN_CONF}" \
--verb 3 --auth-nocache --inactive 3600 \
--verb 4 --auth-nocache --inactive 3600 \
--proto "$PROTO" --remote $SRV $PORT --ca "$OVPN_CA" \
--script-security 2 \
--route-up '/usr/bin/env rm saml-response.txt' \
Expand Down
2 changes: 2 additions & 0 deletions vpn.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ reneg-sec 0

up ./resolvconf.sh
down ./resolvconf.sh

tun-mtu 1340

0 comments on commit 6e8a394

Please sign in to comment.