答:通过混淆协议的方式伪装正常使用的流量到套餐卡免费流量访问范围内,以此做到欺骗运营商,达到薅运营商羊毛的手段,并且部分卡和地区还可以突破无限流量(实际到某流量量限速到3G/2G)卡限速。
答:通过混淆协议的方式。例如SSR提供的混淆协议功能。
| <?php | |
| // Get the PHP helper library from https://twilio.com/docs/libraries/php | |
| require_once '/path/to/vendor/autoload.php'; // Loads the library | |
| use Twilio\Rest\Client; | |
| // Your Account Sid and Auth Token from twilio.com/user/account | |
| $sid = "YOU_ACCOUNT_SID"; | |
| $token = "YOUR_AUTH_TOKEN"; | |
| $client = new Client($sid, $token); |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script data-main="usage" src="http://requirejs.org/docs/release/1.0.8/comments/require.js"></script> | |
| </head> | |
| <body> | |
| <p>Check your JavaScript console for output!</p> | |
| </body> | |
| </head> |
| atom-setting |