Changeset 417 in code for trunk/cmd/soju/main.go


Ignore:
Timestamp:
Sep 7, 2020, 6:58:49 PM (5 years ago)
Author:
contact
Message:

Set Server.AcceptProxyIPs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmd/soju/main.go

    r385 r417  
    5959        srv.LogPath = cfg.LogPath
    6060        srv.HTTPOrigins = cfg.HTTPOrigins
     61        srv.AcceptProxyIPs = cfg.AcceptProxyIPs
    6162        srv.Debug = debug
    6263
Note: See TracChangeset for help on using the changeset viewer.