mirror of
https://github.com/AskDavis/cyphernode.git
synced 2026-01-01 04:25:58 -08:00
Started IP whitelist, but defunct because of docker swarm obfuscating real IP
This commit is contained in:
8
api_auth_docker/ip-whitelist.conf
Normal file
8
api_auth_docker/ip-whitelist.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
# Leave commented if you don't want to use IP whitelist
|
||||
|
||||
#real_ip_header X-Forwarded-For;
|
||||
#set_real_ip_from 0.0.0.0/0;
|
||||
|
||||
# List of white listed IP addresses...
|
||||
#allow 45.56.67.78;
|
||||
#deny all;
|
||||
Reference in New Issue
Block a user