2016-08-09 12:26 GMT+03:00 Naveen Shivegowda <[email protected]>: > HI Sam, > > For feature parity purpose we wanted(if possible in golang) to handle this > in code itself instead of using other methods. > We are checking if any way is there in Go to reject connections at http > server level it self or else we will start using iptables.
Why not create own listener that before accept check client ip? -- Vasiliy Tolstov, e-mail: [email protected] -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
