2
0
mirror of https://github.com/stefan01/transocks.git synced 2025-02-21 03:00:48 +07:00
transocks/defs_linux.go
ymmt 1848d3812c Enable Go modules.
* github.com/cybozu-go/cmd was moved to github.com/cybozu-go/well
* use CircleCI to replace TravisCI
2018-11-13 11:19:00 +09:00

13 lines
241 B
Go

// Code generated by hand. DO NOT EDIT.
// +build linux
package transocks
const (
// SO_ORIGINAL_DST is a Linux getsockopt optname.
SO_ORIGINAL_DST = 80
// IP6T_SO_ORIGINAL_DST a Linux getsockopt optname.
IP6T_SO_ORIGINAL_DST = 80
)