Skip to content

Instantly share code, notes, and snippets.

@pandanote-info
Last active January 4, 2020 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pandanote-info/f83432edfc76784120638f367bed67ad to your computer and use it in GitHub Desktop.
Save pandanote-info/f83432edfc76784120638f367bed67ad to your computer and use it in GitHub Desktop.
mapを使ったIPアドレスによるアクセスコントロールリストの設定例(その1)。
http {
(前略)
map {
ab.cd.ef.ghi allow;
~2abc:defg:hijk:lmop: allow;
default deny;
}
(後略)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment