Skip to content

Commit

Permalink
返却するIPを192.168.2.1に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
hitsujiwool committed Aug 23, 2012
1 parent 63d4491 commit 798d985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/dns.rb
Expand Up @@ -102,7 +102,7 @@ def initialize(options = {})
def run
Socket.udp_server_loop(@port) do |data, src|
r = DNSRequest.new(self, data)
src.reply r.response('127.0.0.1')
src.reply r.response('192.168.2.1')
end
end
end
Expand Down

0 comments on commit 798d985

Please sign in to comment.