服务器只有很少来自客户端的特定ipadress

时间:2016-03-14 07:15:02

标签: c# sockets

我已经知道服务器可以设置一个特定客户端的IP地址或所有IP地址,如果我设置IPadress.Any

<application
        android:name=".MyApplication"
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:largeHeap="true"
        android:supportsRtl="true"
        android:theme="@style/AppTheme.NoActionBar">
 </application>

但我希望我的服务器只允许少数客户端的IP地址,例如“192.168.1.1”和“127.0.0.1”  另一个ip是不允许的 怎么做?

0 个答案:

没有答案