deba12

Results 15 comments of deba12

I have absolute success with nginx infront of sstpd will cleanup configuration and post it here

start sstpd without ssl ``` /usr/local/bin/sstpd -p 444 --local 192.168.10.1 --remote 192.168.10.0/24 -n ``` place it at the end of nginx.conf (you will need mod_stream and mod_ssl_stream enabled and nginx...

I don't know if will help: https://technet.microsoft.com/en-us/library/cc957975.aspx and byte stuffing https://web.cs.wpi.edu/~rek/Grad_Nets/Spring2006/BitByteStuff06.pdf

i think you should read atleast 1500 bytes not 1401 :) or mtu/mru size configured in sstp.options

okay but keep in mind ``` The maximum size of a PPP frame, known as the maximum receive unit (MRU), is determined during the negotiation of the logical link. The...

what about making escape and unescape functions in pure C?

any news on this? 😀 it wil be interesting to see how it will works with python3 implementation

I like the idea for both Date and DateTime. At the moment we are using assert to validate Date/DateTime, then we still have to use Date/DateTime to make some comparisons...

I am not proficient enough to say will it works. I can test with sqlite3 and mysql.

We have High CPU usage too, i will check for broken config later today and report back.