Skip to content

Commit

Permalink
Remove currently unused config options
Browse files Browse the repository at this point in the history
  • Loading branch information
ishustava committed Mar 19, 2021
1 parent 1d386d3 commit 481cc7e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions sdk/iptables/iptables.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,6 @@ type Config struct {
// ProxyUserID is the user ID of the proxy process.
ProxyUserID string

// ExcludeInboundPorts is the list of ports that should be excluded
// from inbound traffic redirection.
ExcludeInboundPorts []string
// ExcludeOutboundPorts is the list of ports that should be excluded
// from outbound traffic redirection.
ExcludeOutboundPorts []string
// ExcludeOutboundCIDRs is the list of IP CIDRs that should be excluded
// from outbound traffic redirection.
ExcludeOutboundCIDRs []string

// NetNS is the network namespace where the iptables commands
// should be applied.
NetNS string

// IptablesProvider is the Provider that will apply iptables rules.
IptablesProvider Provider
}
Expand Down

0 comments on commit 481cc7e

Please sign in to comment.