Skip to content

Commit

Permalink
Make Home VPN count as a home location
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Burns committed Jul 11, 2012
1 parent d24f477 commit 4cb08fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sites_up.rb
Expand Up @@ -7,6 +7,7 @@ def get_sites_to_check
# Network checks
on_whf = Network.on_network '192.168.85.*'
on_home = Network.on_network '10.0.1.*'
on_home = on_home || Network.on_network('10.8.0.*')

sites_to_check = []

Expand Down

0 comments on commit 4cb08fc

Please sign in to comment.