mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
To build from the git repository use:
|
|
|
|
$ autoreconf -fvi
|
|
$ ./configure && make
|
|
|
|
To run the server edit the src/sample.config and then run:
|
|
# src/ocserv -f -c src/sample.config
|
|
|