File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
#
52
52
class apache::mod::remoteip (
53
53
String $header = ' X-Forwarded-For' ,
54
- Optional[Array[Stdlib::IP::Address]] $internal_proxy = undef ,
55
- Optional[Array[Stdlib::IP::Address]] $proxy_ips = undef ,
54
+ Optional[Array[Stdlib::Host]] $internal_proxy = undef ,
55
+ Optional[Array[Stdlib::Host]] $proxy_ips = undef ,
56
56
Optional[Stdlib::Absolutepath] $internal_proxy_list = undef ,
57
57
Optional[String] $proxies_header = undef ,
58
58
Boolean $proxy_protocol = false ,
59
- Optional[Array[Stdlib::IP::Address]] $proxy_protocol_exceptions = undef ,
59
+ Optional[Array[Stdlib::Host]] $proxy_protocol_exceptions = undef ,
60
60
Optional[Array[Stdlib::Host]] $trusted_proxy = undef ,
61
61
Optional[Array[Stdlib::Host]] $trusted_proxy_ips = undef ,
62
62
Optional[Stdlib::Absolutepath] $trusted_proxy_list = undef ,
You can’t perform that action at this time.
0 commit comments