Skip to content

Commit d4cc901

Browse files
authored
Update README.md
1 parent 9b9d3c0 commit d4cc901

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ With this servermod you can easily send script commands or SQF code via a POST r
33

44

55
# Hello there!
6-
This is an robust and fast ArmA 3 Servermod that runs on 32 bit and 64 bit Windows (Sooner or later also Linux but i have no machine to test or compile)! It listens on a specified port for incoming requests and returns a JSON-Array with a response code and the return of the executed script. The servermod consists of a pbo and 6 DLLs (2 ArmA extension DLLs and 4 library DLLs for OpenSSL).
6+
This is an robust and fast ArmA 3 Servermod that runs on 32 bit and 64 bit Windows (I don't think it will support linux anytime soon, it is too much work for me, i should have used CMake in the first place...) It listens on a specified port for incoming requests and returns a JSON-Array with a response code and the return of the executed script. The servermod consists of a pbo and 6 DLLs (2 ArmA extension DLLs and 4 library DLLs for OpenSSL).
77

88

99
This is still under development, so you may encounter bugs, please create an issue on the github page explaining your bug and it will get fixed ASAP!)
@@ -25,8 +25,6 @@ If you use HTTPS you need to get a SSL Certificate, you can just generate a self
2525
This is built in VS2019 (vc-142) using the <a href=https://github.com/ipkn/crow>crow webserver</a>, the boost library from nuget (vc141, version 1.69 (all above 1.69 will cause compiler issues)) It also uses the openssl-vc142 package from nuget for https support for crow.
2626

2727

28-
If you have knowledge in linux development, please help me :3
29-
3028
# Config File
3129
The Config File is pretty self explanatory
3230
<img src=https://i.imgur.com/wZOOfdv.png></img>

0 commit comments

Comments
 (0)