summaryrefslogtreecommitdiffstats
path: root/syntax/modules/rdns.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/rdns.vim')
-rw-r--r--syntax/modules/rdns.vim10
1 files changed, 10 insertions, 0 deletions
diff --git a/syntax/modules/rdns.vim b/syntax/modules/rdns.vim
new file mode 100644
index 00000000..b4bab59d
--- /dev/null
+++ b/syntax/modules/rdns.vim
@@ -0,0 +1,10 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
+
+" rDNS Module <https://github.com/flant/nginx-http-rdns>
+" Make a reverse DNS (rDNS) lookup for incoming connection and provides simple access control of incoming hostname by allow/deny rules
+syn keyword ngxDirectiveThirdParty rdns
+syn keyword ngxDirectiveThirdParty rdns_allow
+syn keyword ngxDirectiveThirdParty rdns_deny
+
+
+endif