Skip to content

Instantly share code, notes, and snippets.

@ktsugita
Created February 4, 2016 03:29
Show Gist options
  • Save ktsugita/823794dcfd40b03c894d to your computer and use it in GitHub Desktop.
Save ktsugita/823794dcfd40b03c894d to your computer and use it in GitHub Desktop.
RackTablesでゲストユーザにIPv4の表示・検索だけを可能にする ref: http://qiita.com/ktsugita/items/43d51396117c17522117
allow {$username_guest} and {$tab_default} and {$page_index}
allow {$username_guest} and {$tab_default} and {$page_search}
allow {$username_guest} and {$tab_default} and {$page_ipv4space}
allow {$username_guest} and {$tab_default} and {$page_ipv4net}
allow {$username_guest} and {$tab_default} and {$page_ipaddress}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment