Create README.md

This commit is contained in:
ValdikSS 2017-06-11 08:32:35 +03:00
parent ae3abff0b2
commit 2a5e4a071b
1 changed files with 6 additions and 5 deletions

View File

@ -65,9 +65,10 @@ And for x86_64:
`make CPREFIX=x86_64-w64-mingw32 WINDIVERTHEADERS=/path/to/windivert/include WINDIVERTLIBS=/path/to/windivert/amd64` `make CPREFIX=x86_64-w64-mingw32 WINDIVERTHEADERS=/path/to/windivert/include WINDIVERTLIBS=/path/to/windivert/amd64`
# How to install as a windows service # How to install as Windows Service
One way is using a program [srvstart](http://www.rozanski.org.uk/software).
Unpack to the dir of goodbyedpi and create 3 files: One way is using an [srvstart](http://www.rozanski.org.uk/software) program.
Unpack it to goodbyedpi directory and create 3 files:
*goodbyedpi.ini* *goodbyedpi.ini*
```INI ```INI
@ -84,8 +85,8 @@ srvstart install GoodByeDPI -c %CD%\goodbyedpi-svc.ini
```Batchfile ```Batchfile
srvstart remove GoodByeDPI srvstart remove GoodByeDPI
``` ```
Run this this batch files as an Administrator to install/remove windows service. Run these batch files as Administrator to install/remove service.
Then you can open windows services panel to run service or make it start automaticaly. Open Windows Services panel to run service or make it start automaticaly.
# Similar projects # Similar projects