Skip to content

wil3/sddns-nginx-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

S3B Nginx Module

This is the Nginx module for S3B (a.k.a. SDDNS). Each server must run this module.

Build

This NGINX module is complied with NGINX.

  1. Download NGINX, PCRE, ZLIB and OpenSSL source code
  2. Navigate to Nginx source home directory

./configure --with-pcre=../pcre-8.38 --with-zlib=../zlib-1.2.8 --with-http_ssl_module --with-debug --add-module=[path-to-code]/nginx-sddns/src

  1. make
  2. sudo make install
  3. Will be installed to /usr/local/nginx
  4. Include SDDNS in conf/nginx.conf configuration
  5. Run NGINX sbin/nginx

Configuring nginx.conf

    server {
		sddns;
		sddns_controller_host mycontroller.com;
		sddns_enc_secret mysecret;
		sddns_sign_secret mysecret;
		sddns_cookie_name secret;
		sddns_cookie_domain localhost;
		sddns_cookie_expire 1000;
		sddns_controller_join_url "localhost:8080/join";
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published