1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 12:30:18 +02:00

Allow dyndnsd to use address from X-Real-IP

This commit is contained in:
cn
2016-11-30 21:59:12 +01:00
parent a9083e916e
commit f76c5933d7
4 changed files with 58 additions and 32 deletions

View File

@ -6,3 +6,7 @@ require 'rack/test'
require 'dyndnsd'
require 'support/dummy_database'
require 'support/dummy_updater'
RSpec.configure do |config|
config.expect_with(:rspec) { |c| c.syntax = :should }
end