theonemule / simple-openvpn-server

A setup script and simple web UI for setting up an OpenVPN Server
MIT License
232 stars 115 forks source link

Remove comp-lzo option from client config #4

Closed Ted-Zhang closed 5 years ago

Ted-Zhang commented 5 years ago

I couldn't push my fix as this repo is locked.

But you can remove the comp-lzo remove client conf now as it already removed from server config

The line is 243 in openvpn.sh

image

BTW: Maybe consider open the repo to allow people to push their branch?

theonemule commented 5 years ago

Can you do a PR?

From: Ted-Zhang notifications@github.com Sent: Monday, March 11, 2019 4:31 PM To: theonemule/simple-openvpn-server simple-openvpn-server@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [theonemule/simple-openvpn-server] Remove comp-lzo option from client config (#4)

I couldn't push my fix as this repo is locked.

But you can remove the comp-lzo remove client conf now as it already removed from server config

The line is 243 in openvpn.sh

https://user-images.githubusercontent.com/30595527/54155594-5653b900-44a9-11e9-869e-52bda1278446.png

BTW: Maybe consider open the repo to allow people to push their branch?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/theonemule/simple-openvpn-server/issues/4 , or mute the thread https://github.com/notifications/unsubscribe-auth/AHAuiXRs5SaVxK-ozCX6DF2N3M6rlucLks5vVrzqgaJpZM4bpf5l . https://github.com/notifications/beacon/AHAuiZc5dBQNYViDH1DK4KnTi-TA2HXgks5vVrzqgaJpZM4bpf5l.gif

Ted-Zhang commented 5 years ago

I couldn't... I though it was because this repo is locked?

image

Ted-Zhang commented 5 years ago

If this repo is not locked, please ignore me, could be my company block my access, I will try again at home, or if you prefer, maybe update it from your side? thanks.

Ted-Zhang commented 5 years ago

Sorry, My bad, shouldn't create branch on your repo directly, I am still very new to work on other people's projects.

yeuho938 commented 3 years ago

git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch origin

git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks pull origin dev/release From https://gitlab.lekhanhtech.org/pnv/pnv21/final-projects/cooking-tutorials/web

fatal: refusing to merge unrelated histories Completed with errors, see above.

This is my problem. Can you help me????

theonemule commented 3 years ago

Are you seer you're on the right repo?